## 経緯 [[OsString]]を[[String]]に変換したい。 ## 方法 `.into_string().unwrap()`を使う。 [[OsString]]は必ず[[String]]に変換できるとは限らないため、返却値は[[std.result.Result]]になる。