NSObjectIKSaveOptionsDelegate

Trait NSObjectIKSaveOptionsDelegate 

Source
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 feature IKSaveOptions only.
Expand description

Category “IKSaveOptionsDelegate” on NSObject.

Provided Methods§

Source

unsafe fn saveOptions_shouldShowUTType( &self, save_options: Option<&IKSaveOptions>, ut_type: Option<&NSString>, ) -> bool

§Safety
  • save_options might not allow None.
  • ut_type might not allow None.

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.

Implementations on Foreign Types§

Source§

impl NSObjectIKSaveOptionsDelegate for NSObject

Available on crate feature ImageKit only.

Implementors§