Trait ISpeechLexiconPronunciation_Impl
pub trait ISpeechLexiconPronunciation_Impl: IDispatch_Impl {
// Required methods
fn Type(&self) -> Result<SpeechLexiconType>;
fn LangId(&self) -> Result<i32>;
fn PartOfSpeech(&self) -> Result<SpeechPartOfSpeech>;
fn PhoneIds(&self) -> Result<VARIANT>;
fn Symbolic(&self) -> Result<BSTR>;
}
Required Methods§
fn Type(&self) -> Result<SpeechLexiconType>
fn LangId(&self) -> Result<i32>
fn PartOfSpeech(&self) -> Result<SpeechPartOfSpeech>
fn PhoneIds(&self) -> Result<VARIANT>
fn Symbolic(&self) -> Result<BSTR>
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.