pub unsafe trait NSObjectNSKeyedUnarchiverObjectSubstitution: ClassType {
// Provided method
unsafe fn classForKeyedUnarchiver() -> &'static AnyClass
where Self: Sized + ClassType { ... }
}
Available on crate feature
NSKeyedArchiver
only.Expand description
Category “NSKeyedUnarchiverObjectSubstitution” on NSObject
.
Provided Methods§
unsafe fn classForKeyedUnarchiver() -> &'static AnyClass
Object Safety§
This trait is not object safe.