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§
- A struct that represents a plan for executing a command as part of a step.
Enums§
- Enum representing the different types of steps that can be executed.
Traits§
- A trait that defines the behavior required for steps in the execution process.