pub fn elaborate_trait_ref<'tcx>(
    tcx: TyCtxt<'tcx>,
    trait_ref: PolyTraitRef<'tcx>
) -> Elaborator<'tcx>Notable traits for Elaborator<'tcx>impl<'tcx> Iterator for Elaborator<'tcx> type Item = PredicateObligation<'tcx>;