Module shine_store::store[][src]

Structs

Index

Reference counted indexing of the store items in O(1).

ReadGuard

Guarded read access to a store

Store

Resource store.

UnsafeIndex

Unsafe indexing of the store items in O(1) without reference count maintenance.

WriteGuard

Guarded update access to a store