windows::Win32::UI::Shell

Trait ISyncMgrScheduleWizardUIOperation_Impl

pub trait ISyncMgrScheduleWizardUIOperation_Impl: ISyncMgrUIOperation_Impl {
    // Required method
    fn InitWizard(&self, pszhandlerid: &PCWSTR) -> Result<()>;
}

Required Methods§

fn InitWizard(&self, pszhandlerid: &PCWSTR) -> 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§