pub unsafe trait SFSpeechRecognizerDelegate: NSObjectProtocol {
// Provided method
unsafe fn speechRecognizer_availabilityDidChange(
&self,
speech_recognizer: &SFSpeechRecognizer,
available: bool,
)
where Self: Sized + Message { ... }
}Available on crate feature
SFSpeechRecognizer only.