pub fn fold_parenthesized_generic_arguments<F>(
f: &mut F,
node: ParenthesizedGenericArguments,
) -> ParenthesizedGenericArguments
Available on crate feature
fold
and (crate features derive
or full
) only.