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

Required Methods§

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

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

Object Safety§

This trait is not object safe.

Implementors§