Trait objc2_app_kit::NSAppleScriptNSExtensions

source ·
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§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSAppleScriptNSExtensions for NSAppleScript

Implementors§