Type Definition cucumber::writer::repeat::FilterEvent

source ·
pub type FilterEvent<W> = fn(_: &Result<Event<Cucumber<W>>>) -> bool;
Expand description

Alias for a fn predicate deciding whether an event should be re-outputted or not.