Trait IContactMapActivatedEventArgs_Impl
pub trait IContactMapActivatedEventArgs_Impl: IActivatedEventArgs_Impl + IContactActivatedEventArgs_Impl {
// Required methods
fn Address(&self) -> Result<ContactAddress>;
fn Contact(&self) -> Result<Contact>;
}
Required Methods§
fn Address(&self) -> Result<ContactAddress>
fn Contact(&self) -> Result<Contact>
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.