pub fn visit_parenthesized_generic_arguments<'ast, V>(
v: &mut V,
node: &'ast ParenthesizedGenericArguments,
)
Available on crate feature
visit
and (crate features derive
or full
) only.