#[method]
标记对象函数
name
overload
#[method(name="of_Hello")] fn hello(&self, world: String) -> String { format!("hello {}!",world) }