Trait NSObjectNSScriptObjectSpecifiers

Source
pub unsafe trait NSObjectNSScriptObjectSpecifiers:
    ClassType
    + Sized
    + Sealed {
    // Provided methods
    unsafe fn objectSpecifier(
        &self,
    ) -> Option<Retained<NSScriptObjectSpecifier>> { ... }
    unsafe fn indicesOfObjectsByEvaluatingObjectSpecifier(
        &self,
        specifier: &NSScriptObjectSpecifier,
    ) -> Option<Retained<NSArray<NSNumber>>> { ... }
}
Available on crate feature NSScriptObjectSpecifiers only.
Expand description

Category “NSScriptObjectSpecifiers” on NSObject.

Provided Methods§

Source

unsafe fn objectSpecifier(&self) -> Option<Retained<NSScriptObjectSpecifier>>

Source

unsafe fn indicesOfObjectsByEvaluatingObjectSpecifier( &self, specifier: &NSScriptObjectSpecifier, ) -> Option<Retained<NSArray<NSNumber>>>

Available on crate features NSArray and NSValue only.

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.

Implementors§