pub trait ReadStream: Read + SeekStream { }
Expand description

Trait for a readable stream.

Implementors§