Trait ITransactionVoterFactory2_Impl
pub trait ITransactionVoterFactory2_Impl: IUnknownImpl {
// Required method
fn Create(
&self,
ptransaction: Ref<'_, ITransaction>,
pvoternotify: Ref<'_, ITransactionVoterNotifyAsync2>,
) -> Result<ITransactionVoterBallotAsync2>;
}
Required Methods§
fn Create( &self, ptransaction: Ref<'_, ITransaction>, pvoternotify: Ref<'_, ITransactionVoterNotifyAsync2>, ) -> Result<ITransactionVoterBallotAsync2>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.