Expand description
Extend the concept of a “process” to include setup, to enable abstraction.
Structs§
- Setup
Error Wrapper - setup error ({context}): {error}
Enums§
- Setup
Error - Errors which may occur during the execution of
CommandBase::setup_command
.
Traits§
- Command
Base - Declare higher-level operations which desugar to command lines by implementing this trait.