Type Definition cucumber_expressions::SingleAlternation
source ·
[−]pub type SingleAlternation<Input> = Vec<Alternative<Input>>;Expand description
single-alternation defined in the grammar spec, representing a
building block of an Alternation.