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