Module types

Module types 

Source
Expand description

Different traits used throughout the program.

Enums§

ExecutionError
FileType

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.