pub type BoxedODataFuture<'a, T, E> = Pin<Box<dyn Future<Output = Result<Page<T>, E>> + Send + 'a>>;
Boxed future for OData page fetchers.
OData
pub struct BoxedODataFuture<'a, T, E> { /* private fields */ }