Trait pmaapi::PluginTrait
source · pub trait PluginTrait: Send + Sync {
// Required method
fn register(&self) -> Plugin;
// Provided methods
fn load(&self) { ... }
fn reload(&self) { ... }
fn unload(&self) { ... }
}