pub trait ShiftLayerInt8TraitConst: LayerTraitConst {
    fn as_raw_ShiftLayerInt8(&self) -> *const c_void;
}

Required Methods

Implementors