pub trait StringExt {
// Required methods
fn to_string(self) -> String;
fn to_string_utf16(self) -> String;
}Expand description
对字符串的扩展操作。
pub trait StringExt {
// Required methods
fn to_string(self) -> String;
fn to_string_utf16(self) -> String;
}对字符串的扩展操作。