Expand description
Different traits used throughout the program.
Enums§
Traits§
- Executable
- Trait that defines an execute() function.
- Programable
- Trait that defines basic functionality.
- Runnable
- Trait that promises to have a run function.
- Sublistable
- Trait that promises to return a sublist of items with the same type.