Expand description
Extend IntoSystem for conditional execution
Traits§
- Into
Cond System - Extend IntoSystem to allow for some conditional execution. Probably only
appropriate for one-shot systems. Prefer
run_if()
when directly adding to the scheduler.
Type Aliases§
- Cond
System - A one-shot conditional system comprised of consequent
SystemA
and conditionalSystemB
. - Silent
Cond System - A one-shot conditional system comprised of consequent
SystemA
and conditionalSystemB
with no output.