pub trait FromRawSocket {
    unsafe fn from_raw_socket(sock: u64) -> Self;
}

Required Methods

Implementors