Trait implementation lrs::io::BufReader::Read

Objects that wrap a byte-stream for reading.

Syntax

impl<R, H> Read for BufReader<R, H>
    where H: Allocator,
          R: Read,