char_checker

Function char_checker 

Source
pub fn char_checker<'a, E: ParseError<&'a str>>(
    input: &'a str,
) -> IResult<&'a str, &'a str, E>