Function search_bounds_for

Source
fn search_bounds_for<'tcx>(
    hir_bounds: &'tcx [GenericBound<'tcx>],
    self_ty_where_predicates: Option<(LocalDefId, &'tcx [WherePredicate<'tcx>])>,
    f: impl FnMut(&'tcx PolyTraitRef<'tcx>),
)