Trait browser_window::prelude::CookieIteratorExt[][src]

pub trait CookieIteratorExt {
    fn free(&mut self);
fn next(
        &mut self,
        on_next: unsafe fn(CookieIteratorImpl, *mut (), Option<CookieImpl>),
        cb_data: *mut ()
    ) -> bool; }

Required methods

Implementors