pub trait IADsAggregator_Impl: Sized {
    // Required methods
    fn ConnectAsAggregator(&self, paggregatee: Option<&IUnknown>) -> Result<()>;
    fn DisconnectAsAggregator(&self) -> Result<()>;
}

Required Methods§

fn ConnectAsAggregator(&self, paggregatee: Option<&IUnknown>) -> Result<()>

fn DisconnectAsAggregator(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§