Struct rustc::ty::maps::TraitItems [] [src]

pub struct TraitItems<'tcx> {
    // some fields omitted
}
Unstable (rustc_private)

Trait Implementations

impl<'tcx> DepTrackingMapConfig for TraitItems<'tcx>
[src]

type Key = DefId

type Value = Rc<Vec<ImplOrTraitItem<'tcx>>>

fn to_dep_node(key: &DefId) -> DepNode<DefId>