ConvertedStore allows a Store to be wrapped via a pair of conversion functions changing the type of the stored values.
An in-memory Store implementation.
Trait for stores which can be iterated over.
Read-only store
Combined trait for a store which supports reads, writes, and deletes (via writing None to a key).
Write-only store