Trait wireplumber::plugin::PluginExt

source ·
pub trait PluginExt: IsA<Plugin> + Sealed + 'static {
    // Provided methods
    fn name(&self) -> Option<GString> { ... }
    fn register(self) { ... }
}

Provided Methods§

source

fn name(&self) -> Option<GString>

source

fn register(self)

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<O: IsA<Plugin>> PluginExt for O