Struct cli::types::ExecutionPlan [−][src]
Expand description
Execution plan which defines all steps to run and the order to run them
Fields
steps: Vec<Step>A list of steps to execute
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExecutionPlanimpl Send for ExecutionPlanimpl Sync for ExecutionPlanimpl Unpin for ExecutionPlanimpl UnwindSafe for ExecutionPlan