Skip to main content

try_parse_utf8_char

Function try_parse_utf8_char 

Source
pub fn try_parse_utf8_char(input: &[u8]) -> Option<(char, usize)>