logo
pub trait CheckIndex {
    fn check_index(&self, index: usize) -> Result<(), ParseError>;
}

Required Methods

Implementations on Foreign Types

Implementors