Function git_repository::path::from_bstring
source · pub fn from_bstring(input: impl Into<BString>) -> PathBufExpand description
Similar to try_from_bstring(), but will panic if there is ill-formed UTF-8 in the input.
pub fn from_bstring(input: impl Into<BString>) -> PathBufSimilar to try_from_bstring(), but will panic if there is ill-formed UTF-8 in the input.