1
2
3
4
5
impl Greeter {
    fn hello(&self) {
        println!("hello");
    }
}