NSObjectSFChooseIdentityPanelDelegate

Trait NSObjectSFChooseIdentityPanelDelegate 

Source
pub unsafe trait NSObjectSFChooseIdentityPanelDelegate:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    unsafe fn chooseIdentityPanelShowHelp(
        &self,
        sender: Option<&SFChooseIdentityPanel>,
    ) -> bool { ... }
}
Available on crate feature SFChooseIdentityPanel only.
Expand description

Category “SFChooseIdentityPanelDelegate” on NSObject.

Provided Methods§

Source

unsafe fn chooseIdentityPanelShowHelp( &self, sender: Option<&SFChooseIdentityPanel>, ) -> bool

§Safety

sender 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 NSObjectSFChooseIdentityPanelDelegate for NSObject

Implementors§