Function git_repository::path::os_str_into_bstr
source · pub fn os_str_into_bstr(path: &OsStr) -> Result<&BStr, Utf8Error>Expand description
Like into_bstr(), but takes OsStr as input for a lossless, but fallible, conversion.