Trait windows::Win32::UI::TextServices::ITfFnGetSAPIObject_Impl

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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§