Function rustc::middle::ty::each_bound_trait_and_supertraits[src]

pub fn each_bound_trait_and_supertraits(tcx: &ctxt, bounds: &[Rc<TraitRef>], f: |Rc<TraitRef>| -> bool) -> bool