Expand description
Storage for Willow entries.
This module provides traits for abstracting over concrete storage backends for Willow stores, and a non-persistent, in-memory implementation of these traits — the MemoryStore.
Structs§
- MapErr
- A bulk producer wrapper which changes the error (type) of the wrapped producer, by passing errors through a function.
- Memory
Store - A non-persistent, in-memory Willow store implementation.
Enums§
- Create
Entry Error - The errors that can be encountered when creating an entry (from a producer emitting the payload).
- Nondestructive
Insert - The possible successful outcomes of non-destructively inserting an
AuthorisedEntryinto aStore. - Payload
Producer Error - The errors that can be encountered when producing a payload.