pub trait IntoRawSocket {
// Required method
fn into_raw_socket(self) -> RawSocket;
}
Expand description
Required Methods§
Implementors§
impl IntoRawSocket for TcpSocket
Available on crate feature
net
and Windows only.