pub trait Revision { // Required method fn rev(&self) -> u64; }
Type that has a revision.
Get the revision.