Type Alias flux_middle::rty::PolyFnSig

source ·
pub type PolyFnSig = Binder<FnSig>;

Aliased Type§

struct PolyFnSig {
    vars: Interned<[BoundVariableKind]>,
    value: FnSig,
}

Fields§

§vars: Interned<[BoundVariableKind]>§value: FnSig

Trait Implementations§

source§

impl Pretty for PolyFnSig

source§

fn fmt(&self, cx: &PrettyCx<'_>, f: &mut Formatter<'_>) -> Result

source§

fn default_cx(tcx: TyCtxt<'_>) -> PrettyCx<'_>