[][src]Function syn::fold::fold_path_segment

pub fn fold_path_segment<F: ?Sized>(f: &mut F, node: PathSegment) -> PathSegment where
    F: Fold