Skip to main content
for_each_def
rustc_
middle
1.99.0-nightly
(c81c8c15f 2026-09-09) (Ferrocene nightly by Ferrous Systems)
In rustc_
middle::
ty::
print::
pretty
rustc_middle
::
ty
::
print
::
pretty
Function
for_
each_
def
Copy item path
Source
fn for_each_def( tcx:
TyCtxt
<'_>, collect_fn: impl for<'b>
FnMut
(&'b
Ident
,
Namespace
,
DefId
), )