Trait IADsAggregator_Impl
pub trait IADsAggregator_Impl: IUnknownImpl {
// Required methods
fn ConnectAsAggregator(&self, paggregatee: Ref<'_, IUnknown>) -> Result<()>;
fn DisconnectAsAggregator(&self) -> Result<()>;
}
Required Methods§
fn ConnectAsAggregator(&self, paggregatee: Ref<'_, IUnknown>) -> Result<()>
fn DisconnectAsAggregator(&self) -> Result<()>
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.