Function rustix::net::bind_any

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