Expand description
This module defines the storage interface and implementation for the mailbox.
The mailbox stores encrypted messages for recipients until they can be fetched.
Modules§
- operations 🔒
- This module implements the
MailboxStoretrait forSledMailboxStore.
Structs§
- Sled
Mailbox Store - A
MailboxStoreimplementation usingsledfor storage.
Traits§
- Mailbox
Store - A trait for managing mailbox operations.