Trait hetu::ErrorIndexRange[][src]

pub trait ErrorIndexRange {
    fn start(&self) -> usize;
fn end(&self) -> usize; }

Required methods

Implementors