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

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

Trait Implementations

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

type Key = DefId

type Value = Rc<Vec<DefId>>

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