NSObjectNSNibAwaking

Trait NSObjectNSNibAwaking 

Source
pub unsafe trait NSObjectNSNibAwaking:
    ClassType
    + Sized
    + Sealed {
    // Provided methods
    fn awakeFromNib(&self) { ... }
    fn prepareForInterfaceBuilder(&self) { ... }
}
Available on crate feature NSNibLoading only.
Expand description

Category “NSNibAwaking” 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.

Implementations on Foreign Types§

Source§

impl NSObjectNSNibAwaking for NSObject

Implementors§