Trait objc2_web_kit::WKHTTPCookieStoreObserver

source ·
pub unsafe trait WKHTTPCookieStoreObserver: NSObjectProtocol {
    // Provided method
    unsafe fn cookiesDidChangeInCookieStore(
        &self,
        cookie_store: &WKHTTPCookieStore
    )
       where Self: Sized + Message { ... }
}
Available on crate feature WKHTTPCookieStore only.

Provided Methods§

source

unsafe fn cookiesDidChangeInCookieStore(&self, cookie_store: &WKHTTPCookieStore)
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn WKHTTPCookieStoreObserver

source§

const NAME: &'static str = "WKHTTPCookieStoreObserver"

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 WKHTTPCookieStoreObserver

Implementations on Foreign Types§

source§

impl<T> WKHTTPCookieStoreObserver for ProtocolObject<T>

Implementors§