Structs§
- Store
- The type corresponding to the Store protocol. A very basic key-value store - so basic, in fact, that one may only write to it, never read!
- Store
Write Item Request - Store
Write Item Response
Enums§
- Write
Error - An enumeration of things that may go wrong when trying to write a value to our store.
Traits§
- Store
Client Handler - A client handler for the Store protocol.
- Store
Server Handler - A server handler for the Store protocol.