pub trait ICoreWebView2CookieList_Impl: Sized {
    // Required methods
    fn Count(&self, count: *mut u32) -> Result<()>;
    fn GetValueAtIndex(&self, index: u32) -> Result<ICoreWebView2Cookie>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§