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