Macro versioned

Source
macro_rules! versioned {
    ($type:ty, $ver:expr) => { ... };
}
Expand description

This macro is a shortcut to crate a versioned type with the associated Encodable and Decodable traits.