Trait objc2_web_kit::WebUIDelegate

source ·
pub unsafe trait WebUIDelegate: NSObjectProtocol { }
👎Deprecated
Available on crate feature WebUIDelegate only.

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.
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§