[][src]Trait uikit_sys::IUIDictationPhrase

pub trait IUIDictationPhrase: Sized + Deref {
    unsafe fn text(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn alternativeInterpretations(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn alternativeInterpretations(self) -> NSArray where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIDictationPhrase for UIDictationPhrase[src]

Loading content...