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