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