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

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

Trait Implementations

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

type Key = DefId

type Value = TypeScheme<'tcx>

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