Function parse_lit_char

Source
pub(crate) fn parse_lit_char(s: &str) -> Option<(char, Box<str>)>