Trait plugin_test_api::PluginInformation [] [src]

pub trait PluginInformation {
    fn name(&self) -> String;
}

Required Methods

Implementors