windows::Win32::UI::Shell

Trait IWebWizardHost2_Impl

pub trait IWebWizardHost2_Impl: IWebWizardHost_Impl {
    // Required method
    fn SignString(&self, value: &BSTR) -> Result<BSTR>;
}

Required Methods§

fn SignString(&self, value: &BSTR) -> Result<BSTR>

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§