Trait plugin_test_api::PluginInformation [] [src]

pub trait PluginInformation {
    fn name(&self) -> String;
fn get_instance(&self) -> Box<SayHello>; }

Required Methods

Implementors