[][src]Function abnf_core::DIGIT

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

DIGIT = %x30-39 ; 0-9