The .something() you want is called .as_slice() . Generally the word for a &[T] in rust is a slice, and the naming convention to cheaply ...
確定! 回上一頁