Type Definition opendal::raw::ObjectPager

source ·
pub type ObjectPager = Box<dyn ObjectPage>;
Expand description

The boxed version of ObjectPage

Trait Implementations§

source§

impl ObjectPage for ObjectPager

source§

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

Fetch a new page of ObjectEntry Read more