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