Type Alias cucumber::runner::basic::WhichScenarioFn

source ·
pub type WhichScenarioFn = fn(_: &Feature, _: Option<&Rule>, _: &Scenario) -> ScenarioType;
Expand description

Alias for fn used to determine whether a Scenario is Concurrent or a Serial one.