Trait abortable_parser::Offsetable[][src]

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

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

Required Methods

Implementations on Foreign Types

impl Offsetable for usize
[src]

Implementors