fn __parse_digit_char<'input>(
__input: &'input str,
__state: &mut ParseState<'input>,
__err_state: &mut ErrorState,
__pos: usize,
) -> RuleResult<char>
fn __parse_digit_char<'input>(
__input: &'input str,
__state: &mut ParseState<'input>,
__err_state: &mut ErrorState,
__pos: usize,
) -> RuleResult<char>