Type Definition subplotlib::types::StepError

source · []
pub type StepError = Box<dyn Error>;
Expand description

Generic error type which steps can return.

Step functions constructed using the step macro will automatically return this as the error type. It is pretty generic meaning that almost every possible use of the ? operator should work.