pub type ScheduleSystem = Box<dyn System<In = (), Out = Result<(), BevyError>>>;
Type alias for a BoxedSystem that a Schedule can store.
BoxedSystem
Schedule
struct ScheduleSystem(/* private fields */);