Type Alias chumsky::combinator::IgnoreThen

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

Aliased Type§

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