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 TcpStreamimpl SocketError for UnixStream