syn::gen::fold

Function fold_bare_fn_arg

source
pub fn fold_bare_fn_arg<F>(f: &mut F, node: BareFnArg) -> BareFnArg
where F: Fold + ?Sized,