pub trait IntoRawSocket {
    fn into_raw_socket(self) -> u64;
}

Required Methods

Implementors