Trait NSDate

Source
pub trait NSDate: Sized {
    // Provided methods
    unsafe fn distantPast(_: Self) -> id { ... }
    unsafe fn distantFuture(_: Self) -> id { ... }
}
๐Ÿ‘ŽDeprecated: use the objc2-foundation crate instead

Provided Methodsยง

Source

unsafe fn distantPast(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-foundation crate instead
Source

unsafe fn distantFuture(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-foundation crate instead

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ยง