pub fn silent<Input, P>(p: P) -> Silent<P> where P: Parser<Input>, Input: Stream,
Equivalent to p.silent().
p.silent()