Module testing

Source
Available on crate feature testing only.
Expand description

Testing-only StateMgr that stores values in a hash table.

Structs§

TestingStateMgr
A state manager for testing support, that allows simulating persistence without having to store anything to disk.
TestingStateMgrInner 🔒
The inner state of a TestingStateMgr.
TestingStateMgrStorage 🔒
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.