syn::fold

Function fold_foreign_item

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