[][src]Trait opencv::prelude::NullLogTrait

pub trait NullLogTrait: ILog {
    fn as_raw_NullLog(&self) -> *const c_void;
fn as_raw_mut_NullLog(&mut self) -> *mut c_void; fn print(&mut self, unnamed: &str) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

fn print(&mut self, unnamed: &str) -> Result<()>

Loading content...

Implementors

impl NullLogTrait for NullLog[src]

Loading content...