struct Person {} impl Speak for Person { fn say_hello(&self) -> String { String::from("Hello!") } }.
確定! 回上一頁