pub trait ICoreWebView2Profile5_Impl: Sized + ICoreWebView2Profile4_Impl {
// Required method
fn CookieManager(&self) -> Result<ICoreWebView2CookieManager>;
}
Required Methods§
fn CookieManager(&self) -> Result<ICoreWebView2CookieManager>
Object Safety§
This trait is not object safe.