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 features
NSController and NSObjectController and NSArrayController only.impl NSEditorRegistration for NSController
Available on crate feature
NSController only.impl NSEditorRegistration for NSDictionaryController
Available on crate features
NSArrayController and NSController and NSObjectController and NSDictionaryController only.impl NSEditorRegistration for NSDocument
Available on crate feature
NSDocument only.impl NSEditorRegistration for NSObjectController
Available on crate features
NSController and NSObjectController only.impl NSEditorRegistration for NSPersistentDocument
Available on crate features
NSDocument and NSPersistentDocument only.impl NSEditorRegistration for NSTreeController
Available on crate features
NSController and NSObjectController and NSTreeController only.impl NSEditorRegistration for NSUserDefaultsController
Available on crate features
NSController and NSUserDefaultsController only.