Trait tungstenite::util::NonBlockingError [−][src]
pub trait NonBlockingError: Sized { fn into_non_blocking(self) -> Option<Self>; }
Non-blocking IO handling.
Required methods
fn into_non_blocking(self) -> Option<Self>
[src]
Convert WouldBlock to None and don’t touch other errors.
Implementations on Foreign Types
impl NonBlockingError for IoError
[src]
impl NonBlockingError for IoError
[src]fn into_non_blocking(self) -> Option<Self>
[src]
Implementors
impl NonBlockingError for Error
[src]
impl NonBlockingError for Error
[src]