Method lrs::socket::Socket::is_debug

Retrieves whether this socket is in debug mode.

Syntax

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

Return value

Returns whether this socket is in debug mode.

See also