Skip to main content

make_where_clause

Function make_where_clause 

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