pub(crate) type TickActions = Vec<(String, ActionItem)>;Expand description
A set of actions with multiple sources executed within a single tick.
The id is used to identify the source of the actions.
Aliased Typeยง
pub(crate) struct TickActions { /* private fields */ }