opencv::prelude

Trait NullLogTrait

source
pub trait NullLogTrait: ILogTrait + NullLogTraitConst {
    // Required method
    fn as_raw_mut_NullLog(&mut self) -> *mut c_void;

    // Provided method
    fn print(&mut self, unnamed: &str) -> Result<()> { ... }
}
Expand description

Mutable methods for crate::videostab::NullLog

Required Methods§

Provided Methods§

source

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

Implementors§