Trait nodium_plugins::Plugin
source · pub trait Plugin {
// Required methods
fn name(&self) -> &'static str;
fn description(&self) -> &'static str;
fn version(&self) -> &'static str;
fn author(&self) -> &'static str;
}pub trait Plugin {
// Required methods
fn name(&self) -> &'static str;
fn description(&self) -> &'static str;
fn version(&self) -> &'static str;
fn author(&self) -> &'static str;
}