pub trait ITransactionPhase0NotifyAsync_Impl: Sized {
    // Required methods
    fn Phase0Request(&self, fabortinghint: BOOL) -> Result<()>;
    fn EnlistCompleted(&self, status: HRESULT) -> Result<()>;
}

Required Methods§

fn Phase0Request(&self, fabortinghint: BOOL) -> Result<()>

fn EnlistCompleted(&self, status: HRESULT) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§