pub(crate) fn parse_os_str<T>(os: OsString) -> Result<T, String>where T: FromStr + 'static, <T as FromStr>::Err: Display,