Macro versioned_type

versioned_type!() { /* proc-macro */ }
Expand description

Implements traits for versioned structures. Namely:

  • Versioned for all versions.
  • [VersionedLatest] for the most recent version.
  • Transitive [From] for any version to a newer version.