Home
last modified time | relevance | path

Searched refs:CountMinMax (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/combine/src/parser/
Drepeat.rs76 pub struct CountMinMax<F, P> { struct
119 impl<Input, P, F> Parser<Input> for CountMinMax<F, P> implementation
186 pub fn count_min_max<F, Input, P>(min: usize, max: usize, parser: P) -> CountMinMax<F, P> in count_min_max()
194 CountMinMax { in count_min_max()
204 … type PartialState = <With<CountMinMax<Sink, P>, Value<Input, ()>> as Parser<Input>>::PartialState;