pub type StepError = Box<dyn Error + Send + Sync>;
The error type returned by step functions.
pub struct StepError(/* private fields */);