Trait objc2_app_kit::NSAppleScriptNSExtensions

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

source

unsafe fn richTextSource(&self) -> Option<Id<NSAttributedString>>
where Self: Sized + Message,

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSAppleScriptNSExtensions for NSAppleScript

Implementors§