flowistry_pdg_construction::body_cache

Type Alias BodyMap

Source
type BodyMap<'tcx> = FxHashMap<DefIndex, CachedBody<'tcx>>;

Aliased Typeยง

struct BodyMap<'tcx> { /* private fields */ }