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

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

BlockingPager is a boxed BlockingPage

Trait Implementations§

Fetch a new page of Entry Read more