Trait abortable_parser::Offsetable[][src]

pub trait Offsetable {
    fn get_offset(&self) -> usize;
}
Expand description

A trait for types that can have an offset as a count of processed items.

Required methods

Implementations on Foreign Types

Implementors