[][src]Trait tungstenite::util::NonBlockingError

pub trait NonBlockingError: Sized {
    fn into_non_blocking(self) -> Option<Self>;
}

Non-blocking IO handling.

Required methods

fn into_non_blocking(self) -> Option<Self>

Convert WouldBlock to None and don't touch other errors.

Loading content...

Implementations on Foreign Types

impl NonBlockingError for IoError[src]

Loading content...

Implementors

impl NonBlockingError for Error[src]

Loading content...