pub fn fold_impl_item<F>(f: &mut F, node: ImplItem) -> ImplItem where
    F: Fold + ?Sized
Available on crate feature fold only.