Trait IInstallationBehavior_Impl
pub trait IInstallationBehavior_Impl: IDispatch_Impl {
// Required methods
fn CanRequestUserInput(&self) -> Result<VARIANT_BOOL>;
fn Impact(&self) -> Result<InstallationImpact>;
fn RebootBehavior(&self) -> Result<InstallationRebootBehavior>;
fn RequiresNetworkConnectivity(&self) -> Result<VARIANT_BOOL>;
}
Required Methods§
fn CanRequestUserInput(&self) -> Result<VARIANT_BOOL>
fn Impact(&self) -> Result<InstallationImpact>
fn RebootBehavior(&self) -> Result<InstallationRebootBehavior>
fn RequiresNetworkConnectivity(&self) -> Result<VARIANT_BOOL>
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.