pub struct TestTypes;
Expand description
In-memory testing configuration used in tests.
Trait Implementations§
source§impl RepoTypes for TestTypes
impl RepoTypes for TestTypes
§type TBlockStore = MemBlockStore
type TBlockStore = MemBlockStore
Describes a blockstore.
§type TDataStore = MemDataStore
type TDataStore = MemDataStore
Describes a datastore.