pub trait GRULayerTrait: GRULayerTraitConst + LayerTrait {
    fn as_raw_mut_GRULayer(&mut self) -> *mut c_void;
}

Required Methods

Implementors