Rust std::string::ToString example. pub trait ToString { pub fn to_string(&self) -> String; }. A trait for converting a value to a String .
確定! 回上一頁