pub trait SocketRef {
// Required methods
fn get_socket_cookie(&self) -> Option<u64>;
fn get_socket_uid(&self) -> Option<uid_t>;
}pub trait SocketRef {
// Required methods
fn get_socket_cookie(&self) -> Option<u64>;
fn get_socket_uid(&self) -> Option<uid_t>;
}