Function decode_bytes_as_utf8_string

Source
pub fn decode_bytes_as_utf8_string(
    input: &[u8],
) -> IResult<&[u8], String, Error>