Struct hff_async_std::AsyncStdReader
source · pub struct AsyncStdReader { /* private fields */ }
Expand description
Implements a std reader wrapper around the source.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AsyncStdReader
impl !Send for AsyncStdReader
impl !Sync for AsyncStdReader
impl Unpin for AsyncStdReader
impl !UnwindSafe for AsyncStdReader
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