pub trait ITransactionPhase0Factory_Impl: Sized {
    // Required method
    fn Create(
        &self,
        pphase0notify: Option<&ITransactionPhase0NotifyAsync>
    ) -> Result<ITransactionPhase0EnlistmentAsync>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§