Type Alias AutomationSystem

Source
pub type AutomationSystem<D> = System<Ref, D, AUTOMATION_INSTRUCTION_COUNT>;
Expand description

Type aliases for convenience.

Aliased Typeยง

pub struct AutomationSystem<D> { /* private fields */ }