Type Definition rustc::infer::SkolemizationMap
[−]
[src]
type SkolemizationMap<'tcx> = FxHashMap<BoundRegion, &'tcx Region>;
🔬 This is a nightly-only experimental API. (
rustc_private)A map returned by skolemize_late_bound_regions() indicating the skolemized
region that each late-bound region was replaced with.