Skip to main content

Module store

Module store 

Source
Expand description

Persistence abstraction. The controller writes an opaque, versioned snapshot blob through this trait; it never assumes a filesystem.

Structs§

FileStore
Stores the snapshot blob as a single file.

Enums§

StoreError
Errors a ControllerStore may return.

Traits§

ControllerStore
A durable home for the controller’s snapshot blob.