wasmer_backend_api::stream

Type Alias PaginationFuture

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

Aliased Typeยง

struct PaginationFuture<I, P> {}