pub unsafe trait NSObjectIKSaveOptionsDelegate:
ClassType
+ Sized
+ Sealed {
// Provided method
unsafe fn saveOptions_shouldShowUTType(
&self,
save_options: Option<&IKSaveOptions>,
ut_type: Option<&NSString>,
) -> bool { ... }
}Available on crate features
IKSaveOptions and ImageKit only.Expand description
Category “IKSaveOptionsDelegate” on NSObject.
Provided Methods§
unsafe fn saveOptions_shouldShowUTType( &self, save_options: Option<&IKSaveOptions>, ut_type: Option<&NSString>, ) -> bool
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.