Trait IPublishedApp_Impl
pub trait IPublishedApp_Impl: IShellApp_Impl {
    // Required methods
    fn Install(&self, pstinstall: *const SYSTEMTIME) -> Result<()>;
    fn GetPublishedAppInfo(&self, ppai: *mut PUBAPPINFO) -> Result<()>;
    fn Unschedule(&self) -> Result<()>;
}Required Methods§
fn Install(&self, pstinstall: *const SYSTEMTIME) -> Result<()>
fn GetPublishedAppInfo(&self, ppai: *mut PUBAPPINFO) -> Result<()>
fn Unschedule(&self) -> 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.