pub fn shutdown<Fd: AsFd>(sockfd: Fd, how: Shutdown) -> Result<()>
Available on crate feature net only.
Expand description

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

References