Trait opencv::prelude::MatConstIteratorTraitManual
source · pub trait MatConstIteratorTraitManual: MatConstIteratorTrait {
// Provided methods
fn has_elements(&self) -> bool { ... }
fn current<T: DataType>(&self) -> Result<&T> { ... }
fn current_mut<T: DataType>(&mut self) -> Result<&mut T> { ... }
}
Provided Methods§
fn has_elements(&self) -> bool
fn current<T: DataType>(&self) -> Result<&T>
fn current_mut<T: DataType>(&mut self) -> Result<&mut T>
Object Safety§
This trait is not object safe.