Expand description
This module defines the storage interface and implementation for managing outgoing messages that are pending delivery.
Structs§
- Sled
Outbox Store - An
OutboxStoreimplementation usingsledfor storage.
Traits§
- Outbox
Store - A trait for managing outgoing messages that are pending delivery.