Module inner

Source
Expand description

Defines the StoreInner data type.

Structs§

StoreInner 🔒
We require the context to have a fixed memory address for its lifetime since various bits of the VM have raw pointers that point back to it. Hence we wrap the actual context in a box.

Enums§

BackendStore 🔒

Type Aliases§

OnCalledHandler
Call handler for a store.