Method lrs::io::BufReader::capacity

Returns the total buffer capacity.

Syntax

impl<R, H> BufReader<R, H>
    where H: Allocator,
          R: Read,
{
    fn capacity(&self) -> usize
}