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

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