Trait fxfs::object_handle::ObjectHandleExt
source · pub trait ObjectHandleExt: ReadObjectHandle {
// Provided method
fn contents<'life0, 'async_trait>(
&'life0 self,
limit: usize
) -> Pin<Box<dyn Future<Output = Result<Box<[u8]>, Error>> + Send + 'async_trait>>
where Self: Sync + 'async_trait,
'life0: 'async_trait { ... }
}