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