syn::fold

Function fold_item_impl

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