pub trait LayerFactoryTrait: LayerFactoryTraitConst {
    fn as_raw_mut_LayerFactory(&mut self) -> *mut c_void;
}

Required Methods

Implementors