Struct mpack::Reader [] [src]

pub struct Reader<R: Read + Send> { /* fields omitted */ }

Wraps a reader instance with a place to store the last byte that was read. This simulates pushing that byte back on to the reader if it wasn't recognized.

Methods

impl<R: Read + Send> Reader<R>
[src]