syn::fold

Function fold_item

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