Searched defs:ThenPartial (Results 1 – 1 of 1) sorted by relevance
717 pub struct ThenPartial<P, F>(P, F); struct718 impl<Input, P, N, F> Parser<Input> for ThenPartial<P, F> implementation