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