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

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

Trait Implementations

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

type Key = DefId

type Value = ImplOrTraitItem<'tcx>

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