Module scale_typegen::typegen::type_params
source · Expand description
Logic for dealing with used and unused generic type parameters.
Structs§
- Represents the set of generic type parameters for generating a type definition e.g. the
T
inFoo<T>
.