automerge

Module transaction

Source

Structs§

CommitOptions
Optional metadata for a commit.
Failure
The result of a failed, and rolled back, transaction.
Success
The result of a successful, and committed, transaction.
Transaction
A transaction on a document. Transactions group operations into a single change so that no other operations can happen in-between.

Enums§

BlockOrText

Traits§

Transactable
A way of mutating a document within a single change.

Type Aliases§

Result