Expand description
Types for working with generics
Structs§
- Generics
- A mirror of the
syn::Genericstype which can contain arbitrary representations of params and where clauses. - Type
Params
Enums§
- Generic
Param - A mirror of
syn::GenericParamwhich is generic over all its contents.
Traits§
- Generic
Param Ext - Extension trait for
GenericParamto support getting values by variant.