There should be a way to convert [char] to String. This can't be done in-place like [u8] to &str (with std::str::from_utf8) but should still ...
確定! 回上一頁