Module step

Module step 

Source
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§

Plan
A struct that represents a plan for executing a command as part of a step.
PlanCtx

Enums§

Kind
Enum representing the different types of steps that can be executed.

Traits§

StepTrait
A trait that defines the behavior required for steps in the execution process.