Trait NSAppleScriptNSExtensions

Source
pub unsafe trait NSAppleScriptNSExtensions:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    unsafe fn richTextSource(&self) -> Option<Retained<NSAttributedString>> { ... }
}
Available on crate feature NSAppleScriptExtensions only.
Expand description

Category “NSExtensions” on NSAppleScript.

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NSAppleScriptNSExtensions for NSAppleScript

Implementors§