Expand description
These traits are not meant to be manually implemented, they are just used in the derive macro for easier access to generated types
Traitsยง
- Version
- This trait is used to mark a specific version of a given type
- Versions
Dispatch - This trait is implemented on the dispatch enum for a given type. The dispatch enum
is an enum that holds all the versions of the type. Each variant should implement the
Versiontrait.