pub trait SeekAndRead: Seek + Read { }
Expand description

Trait combining Seek and Read, return value for opening files

Implementors