IntoRawSocket

Trait IntoRawSocket 

Source
pub trait IntoRawSocket {
    // Required method
    fn into_raw_socket(self) -> RawSocket;
}
Available on docsrs and Unix and (crate features net or fs) only.
Expand description

Required Methods§

Implementors§

Source§

impl IntoRawSocket for TcpSocket

Available on crate feature net and Windows only.