syn::fold

Function fold_item

source
pub fn fold_item<F>(f: &mut F, node: Item) -> Item
where F: Fold + ?Sized,