Function rustix::backend::net::syscalls::bind_unix

source ยท
pub(crate) fn bind_unix(fd: BorrowedFd<'_>, addr: &SocketAddrUnix) -> Result<()>