Trait wireplumber::plugin::PluginImpl

source ·
pub trait PluginImpl: ObjectImpl + PluginImplExt {
    // Provided methods
    fn enable(&self, plugin: &Self::Type, error_handler: Transition) { ... }
    fn disable(&self, plugin: &Self::Type) { ... }
}

Provided Methods§

source

fn enable(&self, plugin: &Self::Type, error_handler: Transition)

source

fn disable(&self, plugin: &Self::Type)

Object Safety§

This trait is not object safe.

Implementors§