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