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§