Trait sherwood::SeqRange [-] [+] [src]

pub trait SeqRange {
    fn min_seq(&self) -> u64;
    fn max_seq(&self) -> u64;

    fn options(&self) -> IteratorOptions { ... }
}

Trait which allows to create custom seq num iterators

Required Methods

fn min_seq(&self) -> u64

fn max_seq(&self) -> u64

Provided Methods

fn options(&self) -> IteratorOptions

Implementors