Struct tokio::io::unix::TryIoError [−][src]
pub struct TryIoError(_);
This is supported on crate feature
net only.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 TryIoErrorimpl Send for TryIoErrorimpl Sync for TryIoErrorimpl Unpin for TryIoErrorimpl UnwindSafe for TryIoError