windows::Win32::UI::Shell

Trait IWebWizardExtension_Impl

pub trait IWebWizardExtension_Impl: IWizardExtension_Impl {
    // Required methods
    fn SetInitialURL(&self, pszurl: &PCWSTR) -> Result<()>;
    fn SetErrorURL(&self, pszerrorurl: &PCWSTR) -> Result<()>;
}

Required Methods§

fn SetInitialURL(&self, pszurl: &PCWSTR) -> Result<()>

fn SetErrorURL(&self, pszerrorurl: &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§