CheckIndex

Trait CheckIndex 

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

Required Methods§

Source

fn check_index(&self, index: usize) -> Result<(), ParseError>

Implementations on Foreign Types§

Source§

impl<T> CheckIndex for Vec<T>

Implementors§