Module router

Source

Structs§

CommandRouter
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 the execute method which handles the command’s logic.