walk_use_tree
rustc_
ast
1.92.0-beta.3
(f3f12444a 2025-11-09)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_
use_
tree
Copy item path
Source
pub fn walk_use_tree<'a, V:
Visitor
<'a>>( visitor:
&mut V
, node: &'a
UseTree
, ) -> V::
Result