Trait parser_compose::RepetitionArgument
source · pub trait RepetitionArgument {
// Required methods
fn at_least(&self) -> usize;
fn at_most(&self) -> Option<usize>;
}
Expand description
Trait used to accept the different argument forms we allow for the repeated combinator