[][src]Trait autoclip_core::PluginRegistrar

pub trait PluginRegistrar {
    pub fn register(&mut self, name: &str, entrypoint: Box<dyn AutoclipPlugin>);
}

The app must implement this trait. This trait is used to give plugins a method to register themselves to the app.

Required methods

pub fn register(&mut self, name: &str, entrypoint: Box<dyn AutoclipPlugin>)[src]

Loading content...

Implementors

Loading content...