pub trait IToastNotificationManagerStatics3_Impl: Sized {
    // Required method
    fn CreateToastNotifierForSecondaryTile(
        &self,
        tileid: &HSTRING
    ) -> Result<ToastNotifier>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§