pub trait ITransactionCloner_Impl: Sized + ITransaction_Impl {
    // Required method
    fn CloneWithCommitDisabled(&self) -> Result<ITransaction>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§