IterationResult

Type Alias IterationResult 

Source
pub type IterationResult = Result<(), StepError>;
Expand description

Return type for in-place iteration

Aliased Type§

pub enum IterationResult {
    Ok(()),
    Err(StepError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(StepError)

Contains the error value