Trait IWCWizardCallback_Impl
pub trait IWCWizardCallback_Impl: IUnknownImpl {
// Required methods
fn AddWizardPage(&self, hpage: *const i32) -> Result<()>;
fn EnableNext(&self, hpage: *const i32, benable: BOOL) -> Result<()>;
}
Required Methods§
fn AddWizardPage(&self, hpage: *const i32) -> Result<()>
fn EnableNext(&self, hpage: *const i32, benable: BOOL) -> 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.