Available on crate feature
testing
only.Expand description
Testing-only StateMgr that stores values in a hash table.
Structs§
- Testing
State Mgr - A state manager for testing support, that allows simulating persistence without having to store anything to disk.
- Testing
State 🔒MgrInner - The inner state of a TestingStateMgr.
- Testing
State 🔒MgrStorage - Implementation type for
TestingStateMgr
: represents an underlying storage system that can be shared by multiple TestingStateMgr instances at a time, only one of which can hold the lock.