ActionsByTick

Type Alias ActionsByTick 

Source
pub(crate) type ActionsByTick = Vec<Vec<(String, ActionItem)>>;
Expand description

Consumed by the dispatch_actions method.

Aliased Typeยง

pub(crate) struct ActionsByTick { /* private fields */ }