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.Expand description
Provided Methods§
fn localizedSummaryItems( &self, ) -> Retained<NSArray<NSDictionary<NSPrintPanelAccessorySummaryKey, NSString>>>
fn keyPathsForValuesAffectingPreview(&self) -> Retained<NSSet<NSString>>
Trait Implementations§
impl<T> ImplementedBy<T> for dyn NSPrintPanelAccessorizing
Source§impl ProtocolType for dyn NSPrintPanelAccessorizing
impl ProtocolType for dyn NSPrintPanelAccessorizing
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".