Type Definition chumsky::combinator::Ignored[][src]

pub type Ignored<P, O> = To<P, O, ()>;
Expand description