Skip to main content

InContextStoreFactory

Trait InContextStoreFactory 

Source
pub trait InContextStoreFactory<'a>: StoreFactory {
    // Required methods
    fn commit(&self) -> Result<(), InternalError>;
    fn rollback(&self) -> Result<(), InternalError>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§