Expand description
This module defines the StepTrait trait, which outlines the necessary methods that
any step in the execution process must implement. It also defines the Plan struct,
which encapsulates a command to be executed as part of a step.
Structs§
Enums§
- Kind
- Enum representing the different types of steps that can be executed.
Traits§
- Step
Trait - A trait that defines the behavior required for steps in the execution process.