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