Expand description
The HandleStore contract: interning values behind opaque handle ids.
This is protocol the libraries implement; the kernel ships a default store and defines the handle-id identity, not the lifetime policy.
Structs§
- BTree
Handle Store - In-memory
HandleStorekeyed byHandleIdwith a reverse value index; the kernel default.
Traits§
- Handle
Store - Contract for interning runtime
Values behind opaqueHandleIds.