Function syn::fold::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.