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§

source

unsafe fn classForKeyedUnarchiver() -> &'static AnyClass
where Self: Sized + ClassType,

Object Safety§

This trait is not object safe.

Implementors§