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