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