Trait IIsolatedAppLauncher_Impl
pub trait IIsolatedAppLauncher_Impl: IUnknownImpl {
// Required method
fn Launch(
&self,
appusermodelid: &PCWSTR,
arguments: &PCWSTR,
telemetryparameters: *const IsolatedAppLauncherTelemetryParameters,
) -> Result<()>;
}
Required Methods§
fn Launch( &self, appusermodelid: &PCWSTR, arguments: &PCWSTR, telemetryparameters: *const IsolatedAppLauncherTelemetryParameters, ) -> 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.