Trait AsRawSocket

Source
pub trait AsRawSocket {
    // Required method
    fn as_raw_socket(&self) -> RawSocket;
}
Expand description

Extracts raw sockets.

Required Methods§

Source

fn as_raw_socket(&self) -> RawSocket

Extracts the underlying raw socket from this object.

Implementors§