Expand description
The KeyValueStore
trait and related definitions.
This provides the trait definitions for the stores.
Traitsยง
- Admin
KeyValue Store - Low-level trait for the administration of stores and their namespaces.
- KeyValue
Store - Low-level, asynchronous write and read key-value operations. Useful for storage APIs not based on views.
- KeyValue
Store Error - The error type for the key-value stores.
- Readable
KeyValue Store - Low-level, asynchronous read key-value operations. Useful for storage APIs not based on views.
- Restricted
KeyValue Store - Low-level, asynchronous write and read key-value operations. Useful for storage APIs not based on views.
- Test
KeyValue Store - The functions needed for testing purposes
- With
Error - Define an associated
KeyValueStoreError
. - Writable
KeyValue Store - Low-level, asynchronous write key-value operations. Useful for storage APIs not based on views.