Trait rotor_stream::SocketError
[−]
[src]
pub trait SocketError { fn take_socket_error(&self) -> Result<()>; }
Required Methods
fn take_socket_error(&self) -> Result<()>
Implementors
impl SocketError for TcpStream
impl SocketError for UnixStream