Structs§
- With
Generics - A type representing some
T
with some generics attached to it. Usually created byAttachGenerics::with_generics
.
Traits§
- Attach
Generics - A trait meant to be implemented for all types that may want some generics to be attached to them.
- Attach
Generics With Assert - A trait meant to be implemented for all types that may want some generics to be attached to them.