[][src]Function abnf::repeat

pub fn repeat(input: &[u8]) -> IResult<&[u8], Repeat>

repeat = 1*DIGIT / (DIGIT "" *DIGIT)