syn::fold

Function fold_item_const

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