Trait IContactAggregationAggregateCollection_Impl
pub trait IContactAggregationAggregateCollection_Impl: IUnknownImpl {
// Required methods
fn FindFirst(&self) -> Result<IContactAggregationAggregate>;
fn FindFirstByAntiLinkId(
&self,
pantilinkid: &PCWSTR,
) -> Result<IContactAggregationAggregate>;
fn FindNext(&self) -> Result<IContactAggregationAggregate>;
fn Count(&self) -> Result<i32>;
}
Required Methods§
fn FindFirst(&self) -> Result<IContactAggregationAggregate>
fn FindFirstByAntiLinkId( &self, pantilinkid: &PCWSTR, ) -> Result<IContactAggregationAggregate>
fn FindNext(&self) -> Result<IContactAggregationAggregate>
fn Count(&self) -> Result<i32>
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.