Trait INSNull

Source
pub trait INSNull: PNSObject {
    // Provided method
    fn m_null() -> NSNull { ... }
}
Expand description

A trait containing all the methods for NSNull

Provided Methods§

Source

fn m_null() -> NSNull

Returns the singleton instance of NSNull.

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§