pub unsafe trait NSObjectNSScriptClassDescription:
ClassType
+ Sized
+ Sealed {
// Provided methods
fn classCode(&self) -> u32 { ... }
fn className(&self) -> Retained<NSString> { ... }
}
Available on crate feature
NSScriptClassDescription
only.Expand description
Category “NSScriptClassDescription” on NSObject
.
Provided Methods§
fn classCode(&self) -> u32
fn className(&self) -> Retained<NSString>
Available on crate feature
NSString
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.