Skip to main content

Module handle_store

Module handle_store 

Source
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§

BTreeHandleStore
In-memory HandleStore keyed by HandleId with a reverse value index; the kernel default.

Traits§

HandleStore
Contract for interning runtime Values behind opaque HandleIds.