combine
3.8.1
In combine::
parser::
sequence
combine
::
parser
::
sequence
Function
skip
Copy item path
Source
pub fn skip<P1, P2>(p1: P1, p2: P2) ->
Skip
<P1, P2>
where P1:
Parser
, P2:
Parser
<Input = P1::
Input
>,