pub unsafe trait WebPlugInViewFactory: NSObjectProtocol { }
👎Deprecated
Available on crate feature
WebPluginViewFactory
only.Expand description
WebPlugInViewFactory are used to create the NSView for a plug-in. The principal class of the plug-in bundle must implement this protocol.
See also Apple’s documentation