pub unsafe trait NSObjectNSKeyedUnarchiverObjectSubstitution:
ClassType
+ Sized
+ Sealed {
// Provided method
unsafe fn classForKeyedUnarchiver() -> &'static AnyClass { ... }
}
Available on crate feature
NSKeyedArchiver
only.Expand description
Category “NSKeyedUnarchiverObjectSubstitution” on NSObject
.
Provided Methods§
unsafe fn classForKeyedUnarchiver() -> &'static AnyClass
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.