pub trait Versioned { // Required method fn version(&self) -> u64; }
A type that has a version number.
The version of this value.