Module store

Source
Expand description

The KeyValueStore trait and related definitions. This provides the trait definitions for the stores.

Traitsยง

AdminKeyValueStore
Low-level trait for the administration of stores and their namespaces.
KeyValueStore
Low-level, asynchronous write and read key-value operations. Useful for storage APIs not based on views.
KeyValueStoreError
The error type for the key-value stores.
ReadableKeyValueStore
Low-level, asynchronous read key-value operations. Useful for storage APIs not based on views.
RestrictedKeyValueStore
Low-level, asynchronous write and read key-value operations. Useful for storage APIs not based on views.
TestKeyValueStore
The functions needed for testing purposes
WithError
Define an associated KeyValueStoreError.
WritableKeyValueStore
Low-level, asynchronous write key-value operations. Useful for storage APIs not based on views.