Trait ICertPropertyAutoEnroll_Impl
pub trait ICertPropertyAutoEnroll_Impl: ICertProperty_Impl {
// Required methods
fn Initialize(&self, strtemplatename: &BSTR) -> Result<()>;
fn TemplateName(&self) -> Result<BSTR>;
}
Required Methods§
fn Initialize(&self, strtemplatename: &BSTR) -> Result<()>
fn TemplateName(&self) -> Result<BSTR>
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.