Trait transmog_versions::ConstVersioned
source · pub trait ConstVersioned {
const VERSION: u64;
}
Expand description
A type that has a constant version number.
pub trait ConstVersioned {
const VERSION: u64;
}
A type that has a constant version number.