Skip to main content

Module prelude

Structs§

Store
The type corresponding to the Store protocol. A very basic key-value store.
StoreWriteItemRequest

Enums§

Value
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.