Struct tokio::io::unix::TryIoError
source · pub struct TryIoError(_);
Expand description
The error type returned by try_io
.
This error indicates that the IO resource returned a WouldBlock
error.
pub struct TryIoError(_);
The error type returned by try_io
.
This error indicates that the IO resource returned a WouldBlock
error.