pub fn with<RDF, P1, P2>(parser1: P1, parser2: P2) -> With<P1, P2>
Expand description
Equivalent to [parser1.with(parser2)
]
Discards the value of the first parser and returns the value of the second parser
pub fn with<RDF, P1, P2>(parser1: P1, parser2: P2) -> With<P1, P2>
Equivalent to [parser1.with(parser2)
]
Discards the value of the first parser and returns the value of the second parser