pub trait SinLayerTraitConst: ActivationLayerTraitConst {
    fn as_raw_SinLayer(&self) -> *const c_void;
}

Required Methods

Implementors