pub trait ICertPropertyDescription_Impl: Sized + ICertProperty_Impl {
// Required methods
fn Initialize(&self, strdescription: &BSTR) -> Result<()>;
fn Description(&self) -> Result<BSTR>;
}
Required Methods§
fn Initialize(&self, strdescription: &BSTR) -> Result<()>
fn Description(&self) -> Result<BSTR>
Object Safety§
This trait is not object safe.