Method lrs::socket::Socket::peek_offset

Retrieves the peek offset of this socket.

Syntax

impl Socket {
    fn peek_offset(&self) -> Result<Option<usize>, Errno>
}

Return value

Returns the peek offset of this socket.

See also