Method lrs::socket::Socket::shutdown_outgoing

Shuts down the sending end of a socket.

Syntax

impl Socket {
    fn shutdown_outgoing(&self) -> Result<(), Errno>
}

See also