ScheduleSystem

Type Alias ScheduleSystem 

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

Type alias for a BoxedSystem that a Schedule can store.

Aliased Typeยง

pub struct ScheduleSystem(/* private fields */);