Type Definition chumsky::combinator::ThenIgnore
source · pub type ThenIgnore<A, B, O, U> = Map<Then<A, B>, fn(_: (O, U)) -> O, (O, U)>;
Expand description
See Parser::then_ignore
.
pub type ThenIgnore<A, B, O, U> = Map<Then<A, B>, fn(_: (O, U)) -> O, (O, U)>;
See Parser::then_ignore
.