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