pub trait ReadSeek: Read + Seek { }
A trait that combines Read and Seek, used to simplify type bounds.