pub trait NullLogTrait: ILog + NullLogTraitConst {
    fn as_raw_mut_NullLog(&mut self) -> *mut c_void;

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

Required Methods

Provided Methods

Implementors