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