INNotebookDomainHandling

Trait INNotebookDomainHandling 

Source
pub unsafe trait INNotebookDomainHandling:
    INCreateNoteIntentHandling
    + INAppendToNoteIntentHandling
    + INAddTasksIntentHandling
    + INCreateTaskListIntentHandling
    + INSetTaskAttributeIntentHandling
    + INSearchForNotebookItemsIntentHandling { }
👎Deprecated: Please conform to INCreateNoteIntentHandling, INAppendToNoteIntentHandling, INAddTasksIntentHandling, INCreateTaskListIntentHandling, INSetTaskAttributeIntentHandling and INSearchForNotebookItemsIntentHandling instead
Available on crate features INAddTasksIntent and INAppendToNoteIntent and INCreateNoteIntent and INCreateTaskListIntent and INDomainHandling and INSearchForNotebookItemsIntent and INSetTaskAttributeIntent only.
Expand description

Trait Implementations§

Source§

impl ProtocolType for dyn INNotebookDomainHandling

Source§

const NAME: &'static str = "INNotebookDomainHandling"

The name of the Objective-C protocol that this type represents. Read more
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 INNotebookDomainHandling

Implementations on Foreign Types§

Source§

impl<T> INNotebookDomainHandling for ProtocolObject<T>

Implementors§