pub struct TryIoError(_);
Expand description
The error type returned by try_io
.
This error indicates that the IO resource returned a WouldBlock
error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TryIoError
impl Send for TryIoError
impl Sync for TryIoError
impl Unpin for TryIoError
impl UnwindSafe for TryIoError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more