pub type PolyFnSig = Binder<TyFnSig>;
Expand description
Reflects ty::PolyFnSig
Aliased Type§
struct PolyFnSig {
pub value: TyFnSig,
pub bound_vars: Vec<BoundVariableKind>,
}
Fields§
§value: TyFnSig
§bound_vars: Vec<BoundVariableKind>
pub type PolyFnSig = Binder<TyFnSig>;
Reflects ty::PolyFnSig
struct PolyFnSig {
pub value: TyFnSig,
pub bound_vars: Vec<BoundVariableKind>,
}
value: TyFnSig
§bound_vars: Vec<BoundVariableKind>