pub type IterationResult = Result<(), StepError>;
Return type for in-place iteration
pub enum IterationResult { Ok(()), Err(StepError), }
Contains the success value
Contains the error value