Trait objc2_app_kit::NSSpeechRecognizerDelegate

source ·
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.

Provided Methods§

source

unsafe fn speechRecognizer_didRecognizeCommand( &self, sender: &NSSpeechRecognizer, command: &NSString )
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn NSSpeechRecognizerDelegate

source§

const NAME: &'static str = "NSSpeechRecognizerDelegate"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn NSSpeechRecognizerDelegate

Implementations on Foreign Types§

source§

impl<T> NSSpeechRecognizerDelegate for ProtocolObject<T>

Implementors§