Trait linera_views::store::KeyValueStore

source ·
pub trait KeyValueStore: ReadableKeyValueStore + WritableKeyValueStore + AdminKeyValueStore { }
Expand description

Low-level, asynchronous write and read key-value operations. Useful for storage APIs not based on views.

Object Safety§

This trait is not object safe.

Implementors§