Skip to main content

decode_utf8

Function decode_utf8 

Source
pub(crate) fn decode_utf8(input: &[u8]) -> Result<&str, DecodeError<'_>>