如果要從String 跟OsString 轉換過來的話,String 要用 as_bytes() 轉成 Vec<u8> , OsString 因為unix 跟windows 會有不同的OsString 實作,不一定都能轉 ...
確定! 回上一頁