Function rustc::middle::typeck::infer::fold_regions_in_sig[src]
pub fn fold_regions_in_sig(tcx: &ctxt, fn_sig: &FnSig, fldr: |r: Region| -> Region) -> FnSig
pub fn fold_regions_in_sig(tcx: &ctxt, fn_sig: &FnSig, fldr: |r: Region| -> 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).