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§
impl<T> ImplementedBy<T> for dyn NSIgnoreMisspelledWords
Source§impl ProtocolType for dyn NSIgnoreMisspelledWords
impl ProtocolType for dyn NSIgnoreMisspelledWords
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
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.