Function rustix::net::shutdown[][src]

pub fn shutdown<Fd: AsFd>(sockfd: &Fd, how: Shutdown) -> Result<()>
Expand description

shutdown(fd, how)—Closes the read and/or write sides of a stream.

References