1
2
3
4
pub trait SayHello {
  fn say_hello() -> String;
}