Searched defs:visit_path_segment (Results 1 – 2 of 2) sorted by relevance
189 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in with_bound() method
684 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment() method3127 pub fn visit_path_segment<'ast, V>(v: &mut V, node: &'ast PathSegment) in visit_path_segment() function