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.
macro_rules! versioned {
($type:ty, $ver:expr) => { ... };
}This macro is a shortcut to crate a versioned type with the associated Encodable and Decodable traits.