[go: up one dir, main page]

Trait cocoa::foundation::NSDate

source ·
pub trait NSDate: Sized {
    unsafe fn distantPast(Self) -> *mut Object { ... }
    unsafe fn distantFuture(Self) -> *mut Object { ... }
}

Provided Methods

Implementations on Foreign Types

Implementors