parse_digits

Function parse_digits 

pub fn parse_digits<'a, E>(input: &'a str) -> Result<(&'a str, &'a str), Err<E>>
where E: ParseError<&'a str>,
Expand description

r“[0-9]+“