windows::ApplicationModel::Activation

Trait IContactPanelActivatedEventArgs_Impl

pub trait IContactPanelActivatedEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn ContactPanel(&self) -> Result<ContactPanel>;
    fn Contact(&self) -> Result<Contact>;
}

Required Methods§

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

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.

Implementors§