pub trait IntoRawSocketDescriptor { // Required method fn into_socket_descriptor(self) -> SocketDescriptor; }