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