Type Definition opendal::raw::oio::Pager

source ·
pub type Pager = Box<dyn Page>;
Expand description

The boxed version of Page

Trait Implementations§

source§

impl Page for Pager

source§

fn next<'life0, 'async_trait>( &'life0 mut self ) -> Pin<Box<dyn Future<Output = Result<Option<Vec<Entry>>>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,

Fetch a new page of Entry Read more