Type Alias StepError

Source
pub type StepError = Box<dyn StdError + Send + Sync + 'static>;
Expand description

Error of a task step

Aliased Typeยง

pub struct StepError(/* private fields */);