Type Alias MemoryStore

Source
pub type MemoryStore = Store;
Expand description

In-memory storage database with support for partial blobs.

Aliased Typeยง

struct MemoryStore { /* private fields */ }