Function gix::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.