ComputeResult

Type Alias ComputeResult 

Source
pub type ComputeResult = Result<Vec<Option<Integer>>, ComputeError>;

Aliased Type§

pub enum ComputeResult {
    Ok(Vec<Option<Integer>>),
    Err(ComputeError),
}

Variants§

§1.0.0

Ok(Vec<Option<Integer>>)

Contains the success value

§1.0.0

Err(ComputeError)

Contains the error value