Trait linera_views::store::LocalKeyValueStore

source ·
pub trait LocalKeyValueStore: LocalReadableKeyValueStore + LocalWritableKeyValueStore + LocalAdminKeyValueStore { }
Expand description

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

Object Safety§

This trait is not object safe.

Implementors§