Function syn::fold::fold_fn_arg

source ยท
pub fn fold_fn_arg<F>(f: &mut F, node: FnArg) -> FnArg
where F: Fold + ?Sized,
Available on crate features fold and full only.