Module generics

Source
Expand description

Types for working with generics

Structs§

Generics
A mirror of the syn::Generics type which can contain arbitrary representations of params and where clauses.
TypeParams

Enums§

GenericParam
A mirror of syn::GenericParam which is generic over all its contents.

Traits§

GenericParamExt
Extension trait for GenericParam to support getting values by variant.