Searched defs:WithRecognized (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/ |
D | parser.rs | 630 pub struct WithRecognized<F, I, O, E> struct 641 impl<F, I, O, E> WithRecognized<F, I, O, E> argument 657 impl<F, I, O, E> Parser<I, (O, <I as Stream>::Slice), E> for WithRecognized<F, I, O, E> implementation
|