syn::fold

Function fold_expr_path

source
pub fn fold_expr_path<F>(f: &mut F, node: ExprPath) -> ExprPath
where F: Fold + ?Sized,