Type Definition opendal::raw::oio::BlockingPager

source ·
pub type BlockingPager = Box<dyn BlockingPage>;
Expand description

BlockingPager is a boxed BlockingPage

Trait Implementations§

source§

impl BlockingPage for BlockingPager

source§

fn next(&mut self) -> Result<Option<Vec<Entry>>>

Fetch a new page of Entry Read more