trait Speak { // This is the default implementation of the say_hello function fn say_hello(&self) -> String { String::from("Hello!") } } // ...
確定! 回上一頁