Trait linera_views::store::RestrictedKeyValueStore

source ·
pub trait RestrictedKeyValueStore: ReadableKeyValueStore + WritableKeyValueStore { }
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§