Trait PluginInformation

Source
pub trait PluginInformation {
    // Required methods
    fn name(&self) -> String;
    fn get_instance(&self) -> Box<dyn SayHello>;
}

Required Methods§

Source

fn name(&self) -> String

Source

fn get_instance(&self) -> Box<dyn SayHello>

Implementors§