pub fn fold_expr_path<F>(f: &mut F, node: ExprPath) -> ExprPathwhere
    F: Fold + ?Sized,
Available on crate feature fold only.