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