Structs§
- AddCommand
- A simple example command that adds two numbers
- Command
Invoker - A command invoker that can execute any command
- Multiply
Command - A simple example command that multiplies two numbers
Traits§
- Command
- The Command trait defines the interface for all commands.
Each command must implement an
executemethod that performs the action.