syn::fold

Function fold_item_union

Source
pub fn fold_item_union<F>(f: &mut F, node: ItemUnion) -> ItemUnion
where F: Fold + ?Sized,
Available on crate features fold and full only.