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