Module handle
Server-side handles and storage for per-handle data.
Structs
-
InternedStore
Like
OwnedStore, but avoids storing any value more than once. -
OwnedStore
A store that associates values of type
Twith numeric handles. A value can be looked up using its handle.