Module base

Source
Expand description

Extend the concept of a “process” to include setup, to enable abstraction.

Structs§

SetupErrorWrapper
setup error ({context}): {error}

Enums§

SetupError
Errors which may occur during the execution of CommandBase::setup_command.

Traits§

CommandBase
Declare higher-level operations which desugar to command lines by implementing this trait.