Type Alias ScheduleSystem

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

Type alias for a BoxedSystem that a Schedule can store.

Aliased Typeยง

struct ScheduleSystem(/* private fields */);