Function normalized_coercion_decision

Source
pub fn normalized_coercion_decision(
    expected: &NormalizedTy,
    actual: &NormalizedTy,
) -> CoercionDecision
Expand description

Compute coercion compatibility for two normalized types.