windows::Win32::UI::TextServices

Trait ITfFnCustomSpeechCommand_Impl

pub trait ITfFnCustomSpeechCommand_Impl: ITfFunction_Impl {
    // Required method
    fn SetSpeechCommandProvider(
        &self,
        pspcmdprovider: Ref<'_, IUnknown>,
    ) -> Result<()>;
}

Required Methods§

fn SetSpeechCommandProvider( &self, pspcmdprovider: Ref<'_, IUnknown>, ) -> Result<()>

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§