Skip to main content

IUNTextInputNotificationResponse

Trait IUNTextInputNotificationResponse 

Source
pub trait IUNTextInputNotificationResponse: IUNNotificationResponse {
    // Provided method
    fn p_user_text(&self) -> NSString { ... }
}
Expand description

A trait containing all the methods for UNTextInputNotificationResponse

Provided Methods§

Source

fn p_user_text(&self) -> NSString

The text response provided by the user.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§