Struct async_streamdata::reader::generic::Futures
source · pub struct Futures;
Expand description
futures_io::AsyncRead
integration.
Trait Implementations§
impl IoImplementation for Futures
Auto Trait Implementations§
impl RefUnwindSafe for Futures
impl Send for Futures
impl Sync for Futures
impl Unpin for Futures
impl UnwindSafe for Futures
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more