chumsky::combinator

Type Alias ThenIgnore

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

Aliased Typeยง

struct ThenIgnore<A, B, O, U>(/* private fields */);