Trait hetu::ErrorIndexRange

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

Required Methods

Implementors