pub trait SeekableRead: Seek + Read { }
A helper trait that for things that implement Read, Seek, and Send
Read
Seek
Send