Strings in Rust are therefore represented using two distinct types: str (the string slice) and String (the owned/allocated string).
確定! 回上一頁