pub trait SeekForward {
    fn seek_forward(&mut self, offset: u64) -> IOResult<()>;
}
Expand description

Trait that can only seek further forwards

Required Methods§

Implementors§