Module store
Available on crate feature
kad
only.Structs§
- Memory
Store - In-memory implementation of a
RecordStore
. - Memory
Store Config - Configuration for a
MemoryStore
.
Enums§
- Error
- The possible errors of a
RecordStore
operation.
Traits§
- Record
Store - Trait for types implementing a record store.
Type Aliases§
- Result
- The result of an operation on a
RecordStore
.