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
Trait Implementations§
Source§impl ProtocolType for dyn WebPlugInViewFactory
impl ProtocolType for dyn WebPlugInViewFactory
impl<T> ImplementedBy<T> for dyn WebPlugInViewFactory
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".