Skip to main content

fn_args

Function fn_args 

Source
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.