Skip to main content

ITfFunctionProvider_Impl

Trait ITfFunctionProvider_Impl 

Source
pub trait ITfFunctionProvider_Impl: IUnknownImpl {
    // Required methods
    fn GetType(&self) -> Result<GUID, Error>;
    fn GetDescription(&self) -> Result<BSTR, Error>;
    fn GetFunction(
        &self,
        rguid: *const GUID,
        riid: *const GUID,
    ) -> Result<IUnknown, Error>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§