Re-exports§
pub use runtime_config::RuntimeConfig;
Modules§
Structs§
- AppState
- Delegating
Store Manager - A
StoreManager
which delegates to otherStoreManager
s based on the store label. - Instance
Builder - KeyValue
Dispatch - KeyValue
Factor - A factor that provides key-value storage.
Enums§
- Error
- The set of errors which may be raised by functions in this interface
- Swap
Error SwapError
are errors that occur during compare and swap operations
Constants§
- KEY_
VALUE_ STORES_ KEY - Metadata key for key-value stores.
Traits§
- Cas
Cas
trait describes the interface a key value compare and swap implementor must fulfill.- Store
- Store
Manager