pub trait AsRawSocket {
// Required method
fn as_raw_socket(&self) -> RawSocket;
}
Expand description
Extracts raw sockets.
Required Methods§
sourcefn as_raw_socket(&self) -> RawSocket
fn as_raw_socket(&self) -> RawSocket
Extracts the underlying raw socket from this object.