Searched defs:visit_path_segment (Results 1 – 1 of 1) sorted by relevance
697 fn visit_path_segment(&mut self, i: &'ast crate::PathSegment) { in visit_path_segment() method3191 pub fn visit_path_segment<'ast, V>(v: &mut V, node: &'ast crate::PathSegment) in visit_path_segment() function