rustix::backend::net::syscalls

Function bind_unix

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