Skip to main content

Module handler

Module handler 

Source
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ยง

CommandHandler
Command execution handler trait. Maps command IDs to execution functions (dispatches on unique ID, not display name).