Trait WebUIDelegate

Source
pub unsafe trait WebUIDelegate: NSObjectProtocol { }
👎Deprecated
Available on crate feature WebUIDelegate only.
Expand description

A class that implements WebUIDelegate provides window-related methods that may be used by Javascript, plugins and other aspects of web pages. These methods are used to open new windows and control aspects of existing windows.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn WebUIDelegate

Source§

const NAME: &'static str = "WebUIDelegate"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn WebUIDelegate
where T: ?Sized + Message + WebUIDelegate,

Implementations on Foreign Types§

Source§

impl<T> WebUIDelegate for ProtocolObject<T>
where T: ?Sized + WebUIDelegate,

Implementors§