windows::ApplicationModel::Activation

Trait IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Impl

pub trait IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Impl: IActivatedEventArgs_Impl {
    // Required methods
    fn CallerPackageFamilyName(&self) -> Result<HSTRING>;
    fn Data(&self) -> Result<ValueSet>;
}

Required Methods§

fn CallerPackageFamilyName(&self) -> Result<HSTRING>

fn Data(&self) -> Result<ValueSet>

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§