pub type Ignored<P, O> = To<P, O, ()>;
See Parser::ignored.
Parser::ignored
struct Ignored<P, O>(/* private fields */);