Function git_repository::path::from_byte_slice
source · pub fn from_byte_slice(input: &[u8]) -> &PathExpand description
Similar to try_from_byte_slice(), but will panic if there is ill-formed UTF-8 in the input.
pub fn from_byte_slice(input: &[u8]) -> &PathSimilar to try_from_byte_slice(), but will panic if there is ill-formed UTF-8 in the input.