pub fn bind_unix<Fd: AsFd>(sockfd: Fd, addr: &SocketAddrUnix) -> Result<()>
Available on crate feature net only.
Expand description

bind(sockfd, addr, sizeof(struct sockaddr_un))—Binds a socket to a Unix-domain address.

References