syn::fold

Function fold_item_static

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