Type Alias chalk_solve::rust_ir::QuantifiedInlineBound
source · pub type QuantifiedInlineBound<I: Interner> = Binders<InlineBound<I>>;Aliased Type§
struct QuantifiedInlineBound<I: Interner> {
pub binders: VariableKinds<I>,
/* private fields */
}Fields§
§binders: VariableKinds<I>The binders that quantify over the value.