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