Trait ITfToolTipUIElement_Impl
pub trait ITfToolTipUIElement_Impl: ITfUIElement_Impl {
// Required method
fn GetString(&self) -> Result<BSTR>;
}
Required Methods§
fn GetString(&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.