A string slice ([ &str ]) is made of bytes ([ u8 ]), and a vector of bytes ([ Vec<u8> ]) is made of bytes, so this function converts between the two.
確定! 回上一頁