pub type DynTy = DynTy<Interner>;
Aliased Type§
struct DynTy {
pub bounds: Binders<QuantifiedWhereClauses<Interner>>,
pub lifetime: Lifetime<Interner>,
}
Fields§
§bounds: Binders<QuantifiedWhereClauses<Interner>>
The unknown self type.
lifetime: Lifetime<Interner>
Lifetime of the DynTy
.