pub trait ReadSeek: Seek + Read + Send { }
Expand description

A utility to specify reader types which provide seeking capabilities too

Implementors