pub trait LayerFactoryTraitConst {
    fn as_raw_LayerFactory(&self) -> *const c_void;
}
Expand description

%Layer factory allows to create instances of registered layers.

Required Methods

Implementors