pub type ActionId = CommandId;Expand description
Stable action identifier (v1).
v1 compatibility strategy (ADR 0307): ActionId is an alias over CommandId so we can adopt
action-first authoring without keymap schema churn.
Aliased Type§
pub struct ActionId(pub Arc<str>);Tuple Fields§
§0: Arc<str>