Function syn::fold::fold_path_arguments

source ·
pub fn fold_path_arguments<F>(f: &mut F, node: PathArguments) -> PathArgumentswhere
    F: Fold + ?Sized,
Available on crate feature fold only.