Method lrs::pipe::Pipe::len

Returns the number of bytes currently buffered in the pipe.

Syntax

impl Pipe {
    fn len(&self) -> Result<usize, Errno>
}