pub trait Readable: Read + Seek { }
Expand description

Shorthand for Read + Seek

Implementors