pub trait ICoreWebView2Profile5_Impl: Sized + ICoreWebView2Profile4_Impl {
    // Required method
    fn CookieManager(&self) -> Result<ICoreWebView2CookieManager, Error>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§