pub trait CeilLayerTrait: ActivationLayerTrait + CeilLayerTraitConst {
    fn as_raw_mut_CeilLayer(&mut self) -> *mut c_void;
}

Required Methods§

Implementors§