Function combine::combinator::then_partial [] [src]

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).