rustc::infer::SkolemizationMap
[−]
[src]
type SkolemizationMap = FnvHashMap<BoundRegion, Region>;
Unstable (
rustc_private
)A map returned by skolemize_late_bound_regions()
indicating the skolemized
region that each late-bound region was replaced with.