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