Trait linestream::NBSocket

source ·
pub trait NBSocket: AsRawFd {
    fn set_nonblocking(&self, nonblocking: bool) -> Result<()>;
}

Required Methods

Implementations on Foreign Types

Implementors