Trait allsorts::binary::read::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§