pub trait LogLayerTrait: ActivationLayerTrait + LogLayerTraitConst {
    fn as_raw_mut_LogLayer(&mut self) -> *mut c_void;
}

Required Methods§

Implementors§