Function syn::fold::fold_path_arguments

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