pub fn fold_expr_attribute<U, F: Fold<U> + ?Sized>(
    folder: &mut F,
    node: ExprAttribute<U>
) -> Result<ExprAttribute<F::TargetU>, F::Error>