pub trait SocketError {
// Required method
fn take_socket_error(&self) -> Result<()>;
}Required Methods§
fn take_socket_error(&self) -> Result<()>
Implementations on Foreign Types§
Source§impl SocketError for TcpStream
impl SocketError for TcpStream
fn take_socket_error(&self) -> Result<()>
Source§impl SocketError for UnixStream
Available on Unix only.
impl SocketError for UnixStream
Available on Unix only.