Trait wireplumber::session::SiFactoryExt
source · pub trait SiFactoryExt: IsA<SiFactory> + Sealed + 'static {
// Provided methods
fn construct(&self, core: &Core) -> Option<SessionItem> { ... }
fn name(&self) -> Option<GString> { ... }
}
Provided Methods§
fn construct(&self, core: &Core) -> Option<SessionItem>
fn name(&self) -> Option<GString>
Object Safety§
This trait is not object safe.