Structs§
- Command
Router - The
CommandRouterstruct is responsible for managing and dispatching commands.
Traits§
- Command
- The
Commandtrait defines a common interface for all commands. Each command must implement theexecutemethod which handles the command’s logic.