pub fn silent<Input, P>(p: P) -> Silent<P> where
    P: Parser<Input>,
    Input: Stream
Expand description

Equivalent to p.silent().