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
pub fn each_bound_trait_and_supertraits(tcx: &ctxt, bounds: &[Rc<TraitRef>], f: |Rc<TraitRef>| -> bool) -> bool
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).