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