[][src]Trait uikit_sys::IUNTextInputNotificationResponse

pub trait IUNTextInputNotificationResponse: Sized + Deref {
    unsafe fn userText(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn userText(self) -> NSString where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUNTextInputNotificationResponse for UNTextInputNotificationResponse[src]

Loading content...