Trait IPublishedApp2_Impl
pub trait IPublishedApp2_Impl: IPublishedApp_Impl {
// Required method
fn Install2(
&self,
pstinstall: *const SYSTEMTIME,
hwndparent: HWND,
) -> Result<()>;
}
Required Methods§
fn Install2( &self, pstinstall: *const SYSTEMTIME, hwndparent: HWND, ) -> 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.