Type Alias wasmer_backend_api::stream::PaginationFuture

source ·
type PaginationFuture<I, P> = BoxFuture<'static, Result<(Vec<I>, Option<P>), Error>>;

Aliased Type§

struct PaginationFuture<I, P> {}