Type Alias chumsky::combinator::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 */);