Trait WebFrameLoadDelegate

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

A WebView’s WebFrameLoadDelegate tracks the loading progress of its frames. When a data source of a frame starts to load, the data source is considered “provisional”. Once at least one byte is received, the data source is considered “committed”. This is done so the contents of the frame will not be lost if the new data source fails to successfully load.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn WebFrameLoadDelegate

Source§

const NAME: &'static str = "WebFrameLoadDelegate"

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 WebFrameLoadDelegate

Implementations on Foreign Types§

Source§

impl<T> WebFrameLoadDelegate for ProtocolObject<T>

Implementors§