fn fn_args(
make: &SyntaxFactory,
ctx: &AssistContext<'_, '_>,
target_module: Module,
call: CallableExpr,
necessary_generic_params: &mut FxHashSet<GenericParam>,
) -> Option<ParamList>Expand description
Computes parameter list for the generated function.