pub unsafe trait NSAppleScriptNSExtensions: ClassType {
// Provided method
unsafe fn richTextSource(&self) -> Option<Retained<NSAttributedString>>
where Self: Sized + Message { ... }
}Available on crate feature
NSAppleScriptExtensions only.Expand description
Category “NSExtensions” on NSAppleScript.
Provided Methods§
unsafe fn richTextSource(&self) -> Option<Retained<NSAttributedString>>
Object Safety§
This trait is not object safe.