NSObjectNSScriptObjectSpecifiers

Trait NSObjectNSScriptObjectSpecifiers 

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

Category “NSScriptObjectSpecifiers” on NSObject.

Provided Methods§

Source

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

Source

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§