Function cpp_to_rust_common::file_utils::os_string_into_string
[−]
[src]
pub fn os_string_into_string(s: OsString) -> Result<String>
A wrapper over OsString::into_string
with better error reporting