Trait IX509MachineEnrollmentFactory_Impl
pub trait IX509MachineEnrollmentFactory_Impl: IDispatch_Impl {
// Required method
fn CreateObject(&self, strprogid: &BSTR) -> Result<IX509EnrollmentHelper>;
}
Required Methods§
fn CreateObject(&self, strprogid: &BSTR) -> Result<IX509EnrollmentHelper>
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.