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