walk_foreign_mod
rustc_
ast
1.92.0-nightly
(4b94758d2 2025-10-13)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_
foreign_
mod
Copy item path
Source
pub fn walk_foreign_mod<'a, V:
Visitor
<'a>>( visitor:
&mut V
, node: &'a
ForeignMod
, ) -> V::
Result