You see, in Rust, there are 2 string types: the String and the &str types. ... Technically, this is called a reference to a string slice.
確定! 回上一頁