To convert the byte slice back into a string slice, use the from_utf8 function. Examples. Basic usage: let bytes = "bors".as_bytes(); assert_eq ...
確定! 回上一頁