Trait NSObjectNSDiscardableContentProxy

Source
pub unsafe trait NSObjectNSDiscardableContentProxy:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    unsafe fn autoContentAccessingProxy(&self) -> Retained<AnyObject> { ... }
}
Available on crate feature NSObject only.
Expand description

Category “NSDiscardableContentProxy” on NSObject.

Provided Methods§

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.

Implementors§