Struct mentat_db::tx_observer::InProgressObserverTransactWatcher [] [src]

pub struct InProgressObserverTransactWatcher {
    pub txes: IndexMap<Entid, AttributeSet>,
    // some fields omitted
}

Fields

Methods

impl InProgressObserverTransactWatcher
[src]

Trait Implementations

impl TransactWatcher for InProgressObserverTransactWatcher
[src]

Only return an error if you want to interrupt the transact! Called with the schema prior to the transact -- any attributes or attribute changes transacted during this transact are not reflected in the schema. Read more

Auto Trait Implementations

impl Send for InProgressObserverTransactWatcher

impl Sync for InProgressObserverTransactWatcher