Trait IUIAutomationElement6_Impl
pub trait IUIAutomationElement6_Impl: IUIAutomationElement5_Impl {
// Required methods
fn CurrentFullDescription(&self) -> Result<BSTR>;
fn CachedFullDescription(&self) -> Result<BSTR>;
}
Required Methods§
fn CurrentFullDescription(&self) -> Result<BSTR>
fn CachedFullDescription(&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.