pub trait Versioned { // Required method fn version(&self) -> u32; }
Data type that carries a version for Optimistic Concurrency Control.
Current version of the data.