Trait ISpeechCommandProvider_Impl
pub trait ISpeechCommandProvider_Impl: IUnknownImpl {
// Required methods
fn EnumSpeechCommands(&self, langid: u16) -> Result<IEnumSpeechCommands>;
fn ProcessCommand(
&self,
pszcommand: &PCWSTR,
cch: u32,
langid: u16,
) -> Result<()>;
}
Required Methods§
fn EnumSpeechCommands(&self, langid: u16) -> Result<IEnumSpeechCommands>
fn ProcessCommand( &self, pszcommand: &PCWSTR, cch: u32, langid: u16, ) -> 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.