pub type SectionKey = Option<String>;
Internal storage of section’s key
enum SectionKey { None, Some(String), }
No value.
Some value of type T.
T