Function rustc_trans::middle::ty::replace_late_bound_regionsExperimental
[-]
[+]
[src]
pub fn replace_late_bound_regions<'tcx, T, F>(tcx: &ctxt<'tcx>, binder: &Binder<T>, mapf: F) -> (T, HashMap<BoundRegion, Region, FnvHasher>)
Replaces the late-bound-regions in value
that are bound by value
.