pub type EpochMark = Option<NextEpochDescriptor>;
pub enum EpochMark { None, Some(NextEpochDescriptor), }
No value.
Some value of type T.
T