Function mio::sys::unix::uds::unix_addr

source ยท
fn unix_addr(address: &SocketAddr) -> (sockaddr_un, socklen_t)
Expand description

Converts a Rust SocketAddr into the system representation.