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 features IKSaveOptions and ImageKit only.
Expand description

Category “IKSaveOptionsDelegate” on NSObject.

Provided Methods§

Source

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.

Implementations on Foreign Types§

Source§

impl NSObjectIKSaveOptionsDelegate for NSObject

Implementors§