pub trait LocalRestrictedKeyValueStore: LocalReadableKeyValueStore + LocalWritableKeyValueStore { }
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§