pub trait ITfToolTipUIElement_Impl: Sized + ITfUIElement_Impl {
    // Required method
    fn GetString(&self) -> Result<BSTR>;
}

Required Methods§

fn GetString(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§