pub unsafe trait NSChangeSpelling {
// Provided method
unsafe fn changeSpelling(&self, sender: Option<&AnyObject>)
where Self: Sized + Message { ... }
}
Available on crate feature
NSSpellProtocol
only.Expand description
Provided Methods§
Trait Implementations§
Source§impl ProtocolType for dyn NSChangeSpelling
impl ProtocolType for dyn NSChangeSpelling
impl<T> ImplementedBy<T> for dyn NSChangeSpelling
Implementations on Foreign Types§
impl<T> NSChangeSpelling for ProtocolObject<T>where
T: ?Sized + NSChangeSpelling,
Implementors§
impl NSChangeSpelling for NSText
Available on crate feature
NSText
only.impl NSChangeSpelling for NSTextView
Available on crate feature
NSTextView
only.