windows::ApplicationModel::Activation

Trait IToastNotificationActivatedEventArgs_Impl

pub trait IToastNotificationActivatedEventArgs_Impl: IActivatedEventArgs_Impl {
    // Required methods
    fn Argument(&self) -> Result<HSTRING>;
    fn UserInput(&self) -> Result<ValueSet>;
}

Required Methods§

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

fn UserInput(&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§