Trait rotor_stream::SocketError [] [src]

pub trait SocketError {
    fn take_socket_error(&self) -> Result<()>;
}

Required Methods

Implementors