windows::Win32::System::WindowsProgramming

Trait IClipServiceNotificationHelper_Impl

pub trait IClipServiceNotificationHelper_Impl: IUnknownImpl {
    // Required method
    fn ShowToast(
        &self,
        titletext: &BSTR,
        bodytext: &BSTR,
        packagename: &BSTR,
        appid: &BSTR,
        launchcommand: &BSTR,
    ) -> Result<()>;
}

Required Methods§

fn ShowToast( &self, titletext: &BSTR, bodytext: &BSTR, packagename: &BSTR, appid: &BSTR, launchcommand: &BSTR, ) -> Result<()>

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§