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