Trait cocoa::foundation::NSDate
source · pub trait NSDate: Sized {
// Provided methods
unsafe fn distantPast(_: Self) -> *mut Object { ... }
unsafe fn distantFuture(_: Self) -> *mut Object { ... }
}
pub trait NSDate: Sized {
// Provided methods
unsafe fn distantPast(_: Self) -> *mut Object { ... }
unsafe fn distantFuture(_: Self) -> *mut Object { ... }
}