Searched defs:RecognizeWithValue (Results 1 – 1 of 1) sorted by relevance
150 pub struct RecognizeWithValue<P>(P); struct152 impl<Input, P> Parser<Input> for RecognizeWithValue<P> implementation