Module non_volatile_store

Source
Expand description

Defines the NonVolatileStore trait.

Modules§

resources
Resource-related definitions.

Structs§

EphemeralNonVolatileStore
An ephemeral implementation of NonVolatileStore backed by an in-memory buffer. Useful for tests, stateless VM scenarios.
NonVolatileStoreError
Error when accessing a NonVolatileStore

Traits§

NonVolatileStore
Save and restore hunks of data to a non-volatile storage medium.