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§
fn enable(&self, plugin: &Self::Type, error_handler: Transition)
fn disable(&self, plugin: &Self::Type)
Object Safety§
This trait is not object safe.