Method lrs::pipe::Pipe::capacity

Reutrns the capacity of the pipe.

Syntax

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

See also