Function syn::fold::fold_item_union

source ·
pub fn fold_item_union<F>(f: &mut F, node: ItemUnion) -> ItemUnionwhere
    F: Fold + ?Sized,
Available on crate feature fold only.