Function syn::fold::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.