fn unix_addr(address: &SocketAddr) -> (sockaddr_un, socklen_t)Expand description
Converts a Rust SocketAddr into the system representation.
fn unix_addr(address: &SocketAddr) -> (sockaddr_un, socklen_t)Converts a Rust SocketAddr into the system representation.