Function cpp_to_rust_common::file_utils::os_str_to_str [] [src]

pub fn os_str_to_str(os_str: &OsStr) -> Result<&str>

A wrapper over OsStr::to_str with better error reporting