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

Required Methods§

fn SetSpeechCommandProvider( &self, pspcmdprovider: Option<&IUnknown>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§