pub type StepResult = Result<StepOutput, StepError>;Expand description
Result type for step execution
Aliased Type§
pub enum StepResult {
Ok(StepOutput),
Err(StepError),
}pub type StepResult = Result<StepOutput, StepError>;Result type for step execution
pub enum StepResult {
Ok(StepOutput),
Err(StepError),
}