Type Alias gluon_check::unify_type::Result

source ·
pub type Result<T, E = Error<TypeError<Symbol, RcType>, RcType>> = Result<T, E>;

Aliased Type§

enum Result<T, E = Error<TypeError<Symbol, RcType>, RcType>> {
    Ok(T),
    Err(E),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(E)

Contains the error value