pub fn collect_trait_impl_trait_tys<'tcx>(
    tcx: TyCtxt<'tcx>,
    def_id: DefId
) -> Result<&'tcx FxHashMap<DefId, Ty<'tcx>>, ErrorGuaranteed>