cairo_lang_semantic::expr::inference

Type Alias InferenceResult

source
pub type InferenceResult<T> = Result<T, ErrorSet>;

Aliased Type§

enum InferenceResult<T> {
    Ok(T),
    Err(ErrorSet),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ErrorSet)

Contains the error value