pub fn assoc_tys_for_trait<'tcx>(
tcx: TyCtxt<'tcx>,
typing_env: TypingEnv<'tcx>,
tref: TraitRef<'tcx>,
) -> Vec<AliasTy<'tcx>> ⓘExpand description
Generates a list of <trait_ref>::Ty type aliases for each non-gat associated type of the
given trait and its parents, in a specific order.