[−][src]Function combine::parser::sequence::then_partial
pub fn then_partial<P, F, N>(p: P, f: F) -> ThenPartial<P, F> where
F: FnMut(&mut P::Output) -> N,
P: Parser,
N: Parser<Input = P::Input>,
Equivalent to p.then_partial(f)
.