pub trait IVoiceCommandActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
    // Required method
    fn Result(&self) -> Result<SpeechRecognitionResult>;
}

Required Methods§

fn Result(&self) -> Result<SpeechRecognitionResult>

Object Safety§

This trait is not object safe.

Implementors§