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