Trait Revision

Source
pub trait Revision {
    // Required method
    fn rev(&self) -> u64;
}
Expand description

Type that has a revision.

Required Methods§

Source

fn rev(&self) -> u64

Get the revision.

Implementors§