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