Type Definition yrs::Transaction[][src]

pub type Transaction = Transaction<'static>;
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.