Function generic_params_to_fields

Source
fn generic_params_to_fields(
    params: &Punctuated<GenericParam, Comma>,
) -> Punctuated<Field, Comma>
Expand description

Given a list of generic parameters creates a list of fields that use all non-const parameters