Skip to main content

CoerceResult

Type Alias CoerceResult 

Source
type CoerceResult<'db> = InferResult<'db, (Vec<Adjustment>, Ty<'db>)>;

Aliased Type§

enum CoerceResult<'db> {
    Ok(InferOk<'db, (Vec<Adjustment>, Ty<'db>)>),
    Err(TypeError<DbInterner<'db>>),
}

Variants§

§1.0.0

Ok(InferOk<'db, (Vec<Adjustment>, Ty<'db>)>)

Contains the success value

§1.0.0

Err(TypeError<DbInterner<'db>>)

Contains the error value