pub trait Seekable {
    fn seek(&mut self, _: usize) -> usize;
}

Required Methods§

Implementors§