pub fn hush<O>(p: Parser<O>) -> Parser<()>
Expand description

Silence a parser. Discard its output and return () instead.