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

Required Methods§

Implementors§