Trait wireplumber::plugin::PluginExt
source · pub trait PluginExt: IsA<Plugin> + Sealed + 'static {
// Provided methods
fn name(&self) -> Option<GString> { ... }
fn register(self) { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.