pub trait IUNTextInputNotificationResponse: IUNNotificationResponse {
// Provided method
fn p_user_text(&self) -> NSString { ... }
}Expand description
A trait containing all the methods for UNTextInputNotificationResponse
Provided Methods§
Sourcefn p_user_text(&self) -> NSString
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".