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

pub type ThenIgnore<A, B, O, U> = Map<Then<A, B>, fn(_: (O, U)) -> O, (O, U)>;
Expand description