pub trait EpochRecord { // Required method fn id(&self) -> u64; }
Generic representation of a prior epoch.
A unique epoch identifier within a particular group.