Structs§
- Command
Router - The
CommandRouter
struct is responsible for managing and dispatching commands.
Traits§
- Command
- The
Command
trait defines a common interface for all commands. Each command must implement theexecute
method which handles the command’s logic.