pub trait ITransactionVoterFactory2_Impl: Sized {
    // Required method
    fn Create(
        &self,
        ptransaction: Option<&ITransaction>,
        pvoternotify: Option<&ITransactionVoterNotifyAsync2>
    ) -> Result<ITransactionVoterBallotAsync2>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§