type InventoryMarker = InventoryResponse<(), ()>;
An internal marker used in inventory status hash maps.
enum InventoryMarker { Available(()), Missing(()), }
An available inventory item.
A missing inventory item.