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

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

Trait Implementations

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

type Key = DefId

type Value = &'tcx TraitDef<'tcx>

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