[][src]Function syn::fold::fold_generic_method_argument

pub fn fold_generic_method_argument<F: ?Sized>(
    f: &mut F,
    node: GenericMethodArgument
) -> GenericMethodArgument where
    F: Fold