Function syn::fold::fold_path_arguments

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