Struct rustc::dep_graph::DepTrackingMap
[−]
[src]
pub struct DepTrackingMap<M: DepTrackingMapConfig> {
// some fields omitted
}Unstable (
rustc_private)A DepTrackingMap offers a subset of the Map API and ensures that
we make calls to read and write as appropriate. We key the
maps with a unique type for brevity.