Skip to main content

Module prelude

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!
StoreWriteItemRequest
StoreWriteItemResponse

Enums§

WriteError
An enumeration of things that may go wrong when trying to write a value to our store.

Traits§

StoreClientHandler
A client handler for the Store protocol.
StoreServerHandler
A server handler for the Store protocol.