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