Function rustc_typeck::middle::ty_fold::erase_regionsUnstable
[-] [+]
[src]
pub fn erase_regions<'tcx, T>(tcx: &ctxt<'tcx>, t: T) -> T where T: TypeFoldable<'tcx>
pub fn erase_regions<'tcx, T>(tcx: &ctxt<'tcx>, t: T) -> T where T: TypeFoldable<'tcx>
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
, enum
,
trait
, typedef
(or
tdef
).