pub struct IoAdapter<T>(/* private fields */);
Expand description
IoAdapter wraps any reader that supports std::io::{Read|Seek}.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for IoAdapter<T>
impl<T> RefUnwindSafe for IoAdapter<T>
impl<T> Send for IoAdapter<T>where
T: Send,
impl<T> Sync for IoAdapter<T>where
T: Send,
impl<T> Unpin for IoAdapter<T>where
T: Unpin,
impl<T> UnwindSafe for IoAdapter<T>
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