pub type PolyFnSig = Binders<CallableSig>;
Expand description
A polymorphic function signature.
Aliased Type§
struct PolyFnSig {
pub binders: VariableKinds<Interner>,
/* private fields */
}
Fields§
§binders: VariableKinds<Interner>
The binders that quantify over the value.