Trait opencv::core::prelude::FormatterConst[][src]

pub trait FormatterConst {
    fn as_raw_Formatter(&self) -> *const c_void;

    fn format(&self, mtx: &Mat) -> Result<Ptr<dyn Formatted>> { ... }
}
Expand description

@todo document

Required methods

Provided methods

Implementors