Searched defs:Recognize (Results 1 – 1 of 1) sorted by relevance
428 pub struct Recognize<F, P>(P, PhantomData<fn() -> F>); struct430 impl<F, P> Recognize<F, P> { implementation500 impl<Input, P, F> Parser<Input> for Recognize<F, P> implementation