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