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