flux_rustc_bridge::ty

Type Alias PolyTraitRef

Source
pub type PolyTraitRef = Binder<TraitRef>;

Aliased Type§

struct PolyTraitRef(TraitRef, Interned<[BoundVariableKind]>);

Fields§

§0: TraitRef§1: Interned<[BoundVariableKind]>