syn::fold

Function fold_data_union

source
pub fn fold_data_union<F>(f: &mut F, node: DataUnion) -> DataUnion
where F: Fold + ?Sized,