Expand description
Command handler trait for executing commands.
Maps command IDs to execution functions, implementing the execution side of the metadata/execution separation pattern.
Traitsยง
- Command
Handler - Command execution handler trait. Maps command IDs to execution functions (dispatches on unique ID, not display name).