pub trait ITransactionVoterBallotAsync2_Impl: Sized {
    // Required method
    fn VoteRequestDone(
        &self,
        hr: HRESULT,
        pboidreason: *const BOID
    ) -> Result<()>;
}

Required Methods§

fn VoteRequestDone(&self, hr: HRESULT, pboidreason: *const BOID) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§