Function combine::combinator::with
[−]
[src]
pub fn with<P1, P2>(p1: P1, p2: P2) -> With<P1, P2> where
P1: Parser,
P2: Parser<Input = P1::Input>,
Equivalent to p1.with(p2)
.