Function rustc::middle::typeck::check::regionmanip::replace_late_bound_regions_in_fn_sig[src]
pub fn replace_late_bound_regions_in_fn_sig(tcx: &ctxt, fn_sig: &FnSig, mapf: |BoundRegion| -> Region) -> (HashMap<BoundRegion, Region>, FnSig)
pub fn replace_late_bound_regions_in_fn_sig(tcx: &ctxt, fn_sig: &FnSig, mapf: |BoundRegion| -> Region) -> (HashMap<BoundRegion, Region>, FnSig)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).