Type Alias ScheduleSystem

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

Type alias for a BoxedSystem that a Schedule can store.

Aliased Typeยง

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