Type Definition cucumber::writer::libtest::Or

source ·
pub type Or<W, Wr> = Or<Wr, Normalize<W, Libtest<W, Stdout>>, fn(_: &Result<Event<Cucumber<W>>>, _: &Compose<<Wr as Writer<W>>::Cli, Cli>) -> bool>;
Available on crate feature libtest only.
Expand description

Shortcut of a Libtest::or() return type.