Trait SayHello

Source
pub trait SayHello {
    // Required method
    fn say_hello(&self) -> String;
}

Required Methods§

Source

fn say_hello(&self) -> String

Implementors§