Trait IWSCDefaultProduct_Impl
pub trait IWSCDefaultProduct_Impl: IDispatch_Impl {
// Required method
fn SetDefaultProduct(
&self,
etype: SECURITY_PRODUCT_TYPE,
pguid: &BSTR,
) -> Result<()>;
}
Required Methods§
fn SetDefaultProduct( &self, etype: SECURITY_PRODUCT_TYPE, pguid: &BSTR, ) -> 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.