Type Definition yrs::Transaction

source ·
pub type Transaction = Transaction;
Expand description

Transaction is one of the core types in Yrs. All operations that need to touch a document’s contents (a.k.a. block store), need to be executed in scope of a transaction.