windows::Win32::UI::TextServices

Trait ITfFnGetSAPIObject_Impl

pub trait ITfFnGetSAPIObject_Impl: ITfFunction_Impl {
    // Required method
    fn Get(&self, sobj: TfSapiObject) -> Result<IUnknown>;
}

Required Methods§

fn Get(&self, sobj: TfSapiObject) -> Result<IUnknown>

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.

Implementors§