Searched refs:fold_path_segment (Results 1 – 1 of 1) sorted by relevance
740 fn fold_path_segment(&mut self, i: crate::PathSegment) -> crate::PathSegment { in fold_path_segment() method741 fold_path_segment(self, i) in fold_path_segment()3108 segments: crate::punctuated::fold(node.segments, f, F::fold_path_segment), in fold_path()3136 pub fn fold_path_segment<F>(f: &mut F, node: crate::PathSegment) -> crate::PathSegment in fold_path_segment() function