Trait std::io::Seek1.0.0 [] [src]

pub trait Seek {
    fn seek(&mut self, pos: SeekFrom) -> Result<u64>;
}

Required Methods

Implementors