Trait opendal::raw::oio::BlockingList
source · pub trait BlockingList: Send {
// Required method
fn next(&mut self) -> Result<Option<Entry>>;
}
Expand description
BlockingList is the blocking version of List
.
pub trait BlockingList: Send {
// Required method
fn next(&mut self) -> Result<Option<Entry>>;
}
BlockingList is the blocking version of List
.