Expand description
Defines the StoreInner data type.
Structs§
- Store
Inner 🔒 - 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§
Type Aliases§
- OnCalled
Handler - Call handler for a store.