Type Alias ScheduleSystem

Source
pub type ScheduleSystem = Box<dyn System<Out = Result<(), BevyError>, In = ()>>;
Expand description

Type alias for a BoxedSystem that a Schedule can store.

Aliased Typeยง

struct ScheduleSystem(/* private fields */);