[][src]Trait opencv::prelude::LogToStdoutTrait

pub trait LogToStdoutTrait: ILog {
    fn as_raw_LogToStdout(&self) -> *const c_void;
fn as_raw_mut_LogToStdout(&mut self) -> *mut c_void; fn print(&mut self, format: &str) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

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

Loading content...

Implementors

Loading content...