Function gix::path::from_byte_slice

source ·
pub fn from_byte_slice(input: &[u8]) -> &Path
Expand description

Similar to try_from_byte_slice(), but will panic if there is ill-formed UTF-8 in the input.