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.

Implementors