Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Drepeat.rs76 pub struct CountMinMax<F, P> { struct
77 parser: P,
78 min: usize,
79 max: usize,
80 _marker: PhantomData<fn() -> F>,
119 impl<Input, P, F> Parser<Input> for CountMinMax<F, P> implementation