Function git_repository::path::from_bstr
source · pub fn from_bstr<'a>(input: impl Into<Cow<'a, BStr>>) -> Cow<'a, Path>
Expand description
Similar to try_from_bstr()
, but panics if malformed surrogates are encountered on windows.