AggregateResult

Type Alias AggregateResult 

Source
pub type AggregateResult<T> = Result<T, AggregateError>;

Aliased Type§

pub enum AggregateResult<T> {
    Ok(T),
    Err(AggregateError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(AggregateError)

Contains the error value