Module vmcore::non_volatile_store
source · Expand description
Defines the NonVolatileStore
trait.
Modules§
- Resource-related definitions.
Structs§
- An ephemeral implementation of
NonVolatileStore
backed by an in-memory buffer. Useful for tests, stateless VM scenarios. - Error when accessing a
NonVolatileStore
Traits§
- Save and restore hunks of data to a non-volatile storage medium.