Trait cocoa_foundation::foundation::NSDate

source ·
pub trait NSDate: Sized {
    // Provided methods
    unsafe fn distantPast(_: Self) -> id { ... }
    unsafe fn distantFuture(_: Self) -> id { ... }
}

Provided Methods§

source

unsafe fn distantPast(_: Self) -> id

source

unsafe fn distantFuture(_: Self) -> id

Object Safety§

This trait is not object safe.

Implementors§