Function gix_path::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.
pub fn try_from_bstring(input: impl Into<BString>) -> Result<PathBuf, Utf8Error>
Similar to try_from_bstr()
, but takes and produces owned data.