Type Alias PolyFnSig

Source
pub type PolyFnSig = Binder<TyFnSig>;
Expand description

Reflects ty::PolyFnSig

Aliased Type§

pub struct PolyFnSig {
    pub value: TyFnSig,
    pub bound_vars: Vec<BoundVariableKind>,
}

Fields§

§value: TyFnSig§bound_vars: Vec<BoundVariableKind>