syn::gen::fold

Function fold_foreign_item

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