rustc_
ast
1.90.0-nightly
(0d9592026 2025-07-19)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_use_tree
Copy item path
Source
pub fn walk_use_tree<'a, V:
Visitor
<'a>>( vis:
&mut V
, use_tree: &'a
UseTree
, ) -> V::
Result