Function syn::fold::fold_data_enum

source ยท
pub fn fold_data_enum<F>(f: &mut F, node: DataEnum) -> DataEnum
where F: Fold + ?Sized,
Available on crate features fold and derive only.