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