Skip to main content

make_generic_params_and_where_clause

Function make_generic_params_and_where_clause 

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