pub trait SeekExt<T> where
    T: Seek
{ fn rewind(&mut self) -> Result<(), Error> { ... } }

Provided Methods

Implementors