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§

source

fn has_elements(&self) -> bool

source

fn current<T: DataType>(&self) -> Result<&T>

source

fn current_mut<T: DataType>(&mut self) -> Result<&mut T>

Object Safety§

This trait is not object safe.

Implementors§