Skip to main content

BoxedODataFuture

Type Alias BoxedODataFuture 

Source
pub type BoxedODataFuture<'a, T, E> = Pin<Box<dyn Future<Output = Result<Page<T>, E>> + Send + 'a>>;
Expand description

Boxed future for OData page fetchers.

Aliased Typeยง

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