Trait plugin_test_api::SayHello [] [src]

pub trait SayHello {
    fn say_hello(&self) -> String;
}

Required Methods

Implementors