windows::UI::Notifications

Trait IAdaptiveNotificationContent_Impl

pub trait IAdaptiveNotificationContent_Impl: IUnknownImpl {
    // Required methods
    fn Kind(&self) -> Result<AdaptiveNotificationContentKind>;
    fn Hints(&self) -> Result<IMap<HSTRING, HSTRING>>;
}

Required Methods§

fn Kind(&self) -> Result<AdaptiveNotificationContentKind>

fn Hints(&self) -> Result<IMap<HSTRING, HSTRING>>

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§