Trait IInkExtendedProperty_Impl
pub trait IInkExtendedProperty_Impl: IDispatch_Impl {
// Required methods
fn Guid(&self) -> Result<BSTR>;
fn Data(&self) -> Result<VARIANT>;
fn SetData(&self, data: &VARIANT) -> Result<()>;
}
Required Methods§
fn Guid(&self) -> Result<BSTR>
fn Data(&self) -> Result<VARIANT>
fn SetData(&self, data: &VARIANT) -> 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.