QuantifiedInlineBound

Type Alias QuantifiedInlineBound 

Source
pub type QuantifiedInlineBound<I: Interner> = Binders<InlineBound<I>>;

Aliased Type§

pub struct QuantifiedInlineBound<I: Interner> {
    pub binders: VariableKinds<I>,
    /* private fields */
}

Fields§

§binders: VariableKinds<I>

The binders that quantify over the value.

Trait Implementations§