Skip to main content
walk_path_segment
rustc_
ast
1.99.0-beta.4
(948ec4e1e 2026-09-04)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_
path_
segment
Copy item path
Source
pub fn walk_path_segment<'a, V:
Visitor
<'a>>( visitor:
&mut V
, node: &'a
PathSegment
, ) -> V::
Result