Module dittolive_ditto::store::attachment
source · Expand description
Use attachments to sync large binary files between peers.
Modules§
- Type-level
enum
to distinguish between aDittoAttachmentFetcher
that can and must be cancelled, and the legacy behavior where it was auto-cancelled on drop.
Structs§
- Represents an attachment and can be used to insert the associated attachment into a document at a specific key.
- The output of
store.fetch_attachment()
. - Serves as a token for a specific attachment that you can pass to a call to
fetch_attachment
.
Enums§
- A representation of the events that can occur in relation to an attachment fetch.
Traits§
- Trait abstracting over
DittoAttachmentToken
and aQueryResultItem::value()
matching an inputDittoAttachment
.