pub type PolyTraitRef = Binder<TraitRef>;Aliased Type§
pub struct PolyTraitRef {
vars: Interned<[BoundVariableKind]>,
value: TraitRef,
}Fields§
§vars: Interned<[BoundVariableKind]>§value: TraitRefpub type PolyTraitRef = Binder<TraitRef>;pub struct PolyTraitRef {
vars: Interned<[BoundVariableKind]>,
value: TraitRef,
}vars: Interned<[BoundVariableKind]>§value: TraitRef