pub type CondSystem<SystemA, SystemB> = CombinatorSystem<Cond, SystemA, SystemB>;
Expand description
A one-shot conditional system comprised of consequent SystemA
and
conditional SystemB
.
Aliased Typeยง
pub struct CondSystem<SystemA, SystemB> { /* private fields */ }