fn make_generic_params_and_where_clause<'db>(
ctx: &AssistContext<'_, 'db>,
make: &SyntaxFactory,
fun: &Function<'db>,
) -> (Option<GenericParamList>, Option<WhereClause>)fn make_generic_params_and_where_clause<'db>(
ctx: &AssistContext<'_, 'db>,
make: &SyntaxFactory,
fun: &Function<'db>,
) -> (Option<GenericParamList>, Option<WhereClause>)