windows::Win32::Media::Speech

Trait ISpTranscript_Impl

pub trait ISpTranscript_Impl: IUnknownImpl {
    // Required methods
    fn GetTranscript(&self) -> Result<PWSTR>;
    fn AppendTranscript(&self, psztranscript: &PCWSTR) -> Result<()>;
}

Required Methods§

fn GetTranscript(&self) -> Result<PWSTR>

fn AppendTranscript(&self, psztranscript: &PCWSTR) -> 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§