Trait ITfSystemLangBarItemText_Impl
pub trait ITfSystemLangBarItemText_Impl: IUnknownImpl {
// Required methods
fn SetItemText(&self, pch: &PCWSTR, cch: u32) -> Result<()>;
fn GetItemText(&self) -> Result<BSTR>;
}
Required Methods§
fn SetItemText(&self, pch: &PCWSTR, cch: u32) -> Result<()>
fn GetItemText(&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.