Trait abortable_parser::Seekable[][src]

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

Required methods

Implementors