Trait ISpeechPhraseAlternate_Impl
pub trait ISpeechPhraseAlternate_Impl: IDispatch_Impl {
// Required methods
fn RecoResult(&self) -> Result<ISpeechRecoResult>;
fn StartElementInResult(&self) -> Result<i32>;
fn NumberOfElementsInResult(&self) -> Result<i32>;
fn PhraseInfo(&self) -> Result<ISpeechPhraseInfo>;
fn Commit(&self) -> Result<()>;
}
Required Methods§
fn RecoResult(&self) -> Result<ISpeechRecoResult>
fn StartElementInResult(&self) -> Result<i32>
fn NumberOfElementsInResult(&self) -> Result<i32>
fn PhraseInfo(&self) -> Result<ISpeechPhraseInfo>
fn Commit(&self) -> 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.