Trait abortable_parser::Seekable[][src]

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

Required Methods

Implementors