Struct rustc_typeck::dep_graph::DepTrackingMap
[−]
[src]
pub struct DepTrackingMap<M> where 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.