Skip to main content

TxGuard

Trait TxGuard 

Source
pub trait TxGuard<F>:
    Deref<Target = WriteTransaction<F>>
    + DerefMut
    + Send
    + Sync { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<'a, F: Send + Sync> TxGuard<F> for TxGuardShared<'a, F>

Source§

impl<F: Send + Sync> TxGuard<F> for TxGuardOwned<F>