pub unsafe trait NSPrintPanelAccessorizing: IsMainThreadOnly {
// Provided methods
unsafe fn localizedSummaryItems(
&self
) -> Id<NSArray<NSDictionary<NSPrintPanelAccessorySummaryKey, NSString>>>
where Self: Sized + Message { ... }
unsafe fn keyPathsForValuesAffectingPreview(&self) -> Id<NSSet<NSString>>
where Self: Sized + Message { ... }
}
Available on crate feature
NSPrintPanel
only.