Type Alias CallbackSystem

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

Type aliases for convenience.

Aliased Typeยง

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