Structs§
- Empty
Cell Error - Shared
Cell - A wrapper class that facilitates sharing an item across different users, supporting:
- Shared
Cell Pool - A pool of
SharedCell
s which can be used to masstake()
and discard them all at once. - Shared
Cell Ref
Enums§
Traits§
- Shared
Cell Discard - Trait to facilitate storing
SharedCell
s of different types in a single pool.