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
.
pub fn from_byte_slice(input: &[u8]) -> &Path
Similar to try_from_byte_slice()
, but will panic if there is ill-formed UTF-8 in the input
.