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