Searched defs:walk_path_segment (Results 1 – 2 of 2) sorted by relevance
464 pub fn walk_path_segment<'a, V: Visitor<'a>>(visitor: &mut V, segment: &'a PathSegment) { in walk_path_segment() function
1158 pub fn walk_path_segment<'v, V: Visitor<'v>>(visitor: &mut V, segment: &'v PathSegment<'v>) { in walk_path_segment() function