pub trait CookieIteratorExt {
// Required methods
fn free(&mut self);
fn next(
&mut self,
on_next: CookieIteratorNextCallbackFn,
cb_data: *mut (),
) -> bool;
}
pub trait CookieIteratorExt {
// Required methods
fn free(&mut self);
fn next(
&mut self,
on_next: CookieIteratorNextCallbackFn,
cb_data: *mut (),
) -> bool;
}