Trait objc2_web_kit::WebPlugInViewFactory
source · pub unsafe trait WebPlugInViewFactory: NSObjectProtocol {
// Provided method
unsafe fn plugInViewWithArguments(
arguments: Option<&NSDictionary>,
mtm: MainThreadMarker
) -> Option<Retained<NSView>>
where Self: Sized + ClassType { ... }
}
👎Deprecated
Available on crate feature
WebPluginViewFactory
only.Provided Methods§
unsafe fn plugInViewWithArguments( arguments: Option<&NSDictionary>, mtm: MainThreadMarker ) -> Option<Retained<NSView>>
👎Deprecated
Available on crate feature
objc2-app-kit
and macOS only.