Type Definition chumsky::combinator::Ignored

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