Trait opencv::core::MatConstIteratorTraitManual
source · [−]pub trait MatConstIteratorTraitManual: MatConstIteratorTrait {
fn typ(&self) -> i32 { ... }
fn has_elements(&self) -> bool { ... }
fn current<T: DataType>(&self) -> Result<&T> { ... }
}