gix_path

Function try_from_bstring

source
pub fn try_from_bstring(input: impl Into<BString>) -> Result<PathBuf, Utf8Error>
Expand description

Similar to try_from_bstr(), but takes and produces owned data.