Method lrs::socket::Socket::shutdown_incoming

Shuts down the receiving end of a connected socket.

Syntax

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

See also