Skip to main content

ActionRegistry

Type Alias ActionRegistry 

Source
pub type ActionRegistry = CommandRegistry;
Expand description

Action registry (v1).

v1 strategy (ADR 0307): action metadata is stored in the existing command registry.

Aliased Typeยง

pub struct ActionRegistry { /* private fields */ }