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