Structs§
- Engine
- Engine is the main part that can be implemented in any way.
- Instruction
- Arguments format structure used to deserialize raw inputs.
Enums§
Traits§
- Command
- Example:
- Command
Info - Each type implementing
Command
trait must also implementCommandInfo
which is used only to retrieve information about the Command.