pub trait BufReadSeek: BufRead + Seek { }
Expand description

A reader that is both buffered and seekable.

Implementors