pub trait StreamSeek: Stream { // Required method fn seek(&mut self, from: SeekFrom) -> Result<usize, ()>; }