Actions

Type Alias Actions 

Source
pub type Actions = BTreeMap<ActionKey, Action>;
Expand description

The actions offered to one connection.

Private by construction, like an Overlay, and recomputed from scratch each turn: what a flavor offers may depend on who is asking, which is the whole point of a button.

Aliased Typeยง

pub struct Actions { /* private fields */ }