Skip to main content

StepError

Type Alias StepError 

Source
pub type StepError = Box<dyn Error + Send + Sync>;
Expand description

The error type returned by step functions.

Aliased Typeยง

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