fn make_where_clause(
ctx: &AssistContext<'_, '_>,
make: &SyntaxFactory,
fun: &Function<'_>,
used_type_params: &[TypeParam],
) -> Option<WhereClause>fn make_where_clause(
ctx: &AssistContext<'_, '_>,
make: &SyntaxFactory,
fun: &Function<'_>,
used_type_params: &[TypeParam],
) -> Option<WhereClause>