Struct mentat_db::cache::InProgressCacheTransactWatcher [] [src]

pub struct InProgressCacheTransactWatcher<'a> { /* fields omitted */ }

Trait Implementations

impl<'a> TransactWatcher for InProgressCacheTransactWatcher<'a>
[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<'a> Send for InProgressCacheTransactWatcher<'a>

impl<'a> Sync for InProgressCacheTransactWatcher<'a>