Trait browser_window::prelude::CookieIteratorExt
source · pub trait CookieIteratorExt {
// Provided methods
fn free(&mut self) { ... }
fn next(
&mut self,
_on_next: CookieIteratorNextCallbackFn,
_cb_data: *mut ()
) -> bool { ... }
}