Skip to main content

ItemsStream

Type Alias ItemsStream 

Source
pub type ItemsStream<'a, T, E> = CursorPager<T, E, BoxedODataFetcher<'a, T, E>, BoxedODataFuture<'a, T, E>>;
Expand description

Named stream type produced by items_stream when using boxed fetchers.

Aliased Typeยง

pub struct ItemsStream<'a, T, E> { /* private fields */ }