#[derive(Version)] { // Attributes available to this derive: #[versionize] }
Implement the Version trait for the target type.
Version