pub trait AsRawSocket {
    fn as_raw_socket(&self) -> RawSocket;
}

Required Methods

Implementors