Type Alias hax_frontend_exporter::PolyFnSig

source ·
pub type PolyFnSig = Binder<TyFnSig>;
Expand description

Aliased Type§

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

Fields§

§value: TyFnSig§bound_vars: Vec<BoundVariableKind>