Type Alias cucumber::writer::libtest::OrBasic

source ·
pub type OrBasic<W> = Or<W, Summarize<Normalize<W, Basic>>>;
Available on crate feature libtest only.
Expand description

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

Aliased Type§

struct OrBasic<W> { /* private fields */ }