char_checker_wc

Function char_checker_wc 

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