walk_foreign_mod
rustc_
ast
1.93.0-nightly
(b15a874aa 2025-11-02)
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