Trait NullLogTrait
opencv::prelude
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<()> { ... } }
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<()>
impl NullLogTrait for NullLog