pub trait ReadSeek: Read + Seek { }
Expand description

A boxable trait that implements both Read and Seek, used by the source::Source types.

Implementors