Rust distinguishes two types of string: The strings we have used until now are string slices, whose type is &str . The & points out that a string slice is a ...
確定! 回上一頁