pub unsafe trait NSEditorRegistration: NSObjectProtocol + MainThreadOnly {
// Provided methods
unsafe fn objectDidBeginEditing(
&self,
editor: &ProtocolObject<dyn NSEditor>,
)
where Self: Sized + Message { ... }
unsafe fn objectDidEndEditing(&self, editor: &ProtocolObject<dyn NSEditor>)
where Self: Sized + Message { ... }
}
Available on crate feature
NSKeyValueBinding
only.Expand description
Provided Methods§
unsafe fn objectDidBeginEditing(&self, editor: &ProtocolObject<dyn NSEditor>)
unsafe fn objectDidEndEditing(&self, editor: &ProtocolObject<dyn NSEditor>)
Trait Implementations§
Source§impl ProtocolType for dyn NSEditorRegistration
impl ProtocolType for dyn NSEditorRegistration
impl<T> ImplementedBy<T> for dyn NSEditorRegistration
Implementations on Foreign Types§
impl<T> NSEditorRegistration for ProtocolObject<T>where
T: ?Sized + NSEditorRegistration,
Implementors§
impl NSEditorRegistration for NSArrayController
Available on crate feature
NSArrayController
only.impl NSEditorRegistration for NSController
Available on crate feature
NSController
only.impl NSEditorRegistration for NSDictionaryController
Available on crate feature
NSDictionaryController
only.impl NSEditorRegistration for NSDocument
Available on crate feature
NSDocument
only.impl NSEditorRegistration for NSObjectController
Available on crate feature
NSObjectController
only.impl NSEditorRegistration for NSPersistentDocument
Available on crate feature
NSPersistentDocument
only.impl NSEditorRegistration for NSTreeController
Available on crate feature
NSTreeController
only.impl NSEditorRegistration for NSUserDefaultsController
Available on crate feature
NSUserDefaultsController
only.