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§
unsafe fn objectSpecifier(&self) -> Option<Retained<NSScriptObjectSpecifier>>
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.