Function rustc::middle::ty::fold_tyUnstable
[-] [+]
[src]
pub fn fold_ty<'tcx, F>(cx: &ctxt<'tcx>, t0: Ty<'tcx>, fldop: F) -> Ty<'tcx> where F: FnMut(Ty<'tcx>) -> Ty<'tcx>
pub fn fold_ty<'tcx, F>(cx: &ctxt<'tcx>, t0: Ty<'tcx>, fldop: F) -> Ty<'tcx> where F: FnMut(Ty<'tcx>) -> Ty<'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
).