Trait NSBundleHelpExtension

Source
pub unsafe trait NSBundleHelpExtension:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    unsafe fn contextHelpForKey(
        &self,
        key: &NSHelpManagerContextHelpKey,
    ) -> Option<Retained<NSAttributedString>> { ... }
}
Available on crate feature NSHelpManager only.
Expand description

Category on NSBundle.

Provided Methods§

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 NSBundleHelpExtension for NSBundle

Implementors§