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