pub unsafe trait NSSpeechRecognizerDelegate: NSObjectProtocol + IsMainThreadOnly {
// Provided method
unsafe fn speechRecognizer_didRecognizeCommand(
&self,
sender: &NSSpeechRecognizer,
command: &NSString
)
where Self: Sized + Message { ... }
}Available on crate feature
NSSpeechRecognizer only.