Trait NonBlockingError
trait NonBlockingError: Sized
Non-blocking IO handling.
Required Methods
fn into_non_blocking(self: Self) -> Option<Self>Convert WouldBlock to None and don't touch other errors.
NonBlockingErrortrait NonBlockingError: Sized
Non-blocking IO handling.
fn into_non_blocking(self: Self) -> Option<Self>Convert WouldBlock to None and don't touch other errors.