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