Function rustc_typeck::middle::ty::each_bound_trait_and_supertraitsUnstable [-] [+] [src]

pub fn each_bound_trait_and_supertraits<'tcx, F>(tcx: &ctxt<'tcx>, bounds: &[Binder<Rc<TraitRef<'tcx>>>], f: F) -> bool where F: FnMut(Binder<Rc<TraitRef<'tcx>>>) -> bool