pub trait MatConstIteratorTraitManual: MatConstIteratorTrait {
    fn typ(&self) -> i32 { ... }
    fn has_elements(&self) -> bool { ... }
    fn current<T: DataType>(&self) -> Result<&T> { ... }
}

Provided Methods

Implementors