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