pub unsafe trait NSIgnoreMisspelledWords {
// Provided method
unsafe fn ignoreSpelling(&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 NSIgnoreMisspelledWords
impl ProtocolType for dyn NSIgnoreMisspelledWords
impl<T> ImplementedBy<T> for dyn NSIgnoreMisspelledWords
Implementations on Foreign Types§
impl<T> NSIgnoreMisspelledWords for ProtocolObject<T>where
T: ?Sized + NSIgnoreMisspelledWords,
Implementors§
impl NSIgnoreMisspelledWords for NSText
Available on crate feature
NSText
only.impl NSIgnoreMisspelledWords for NSTextView
Available on crate feature
NSTextView
only.