Trait CookieIteratorExt

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

Required Methods§

Source

fn free(&mut self)

Source

fn next( &mut self, on_next: CookieIteratorNextCallbackFn, cb_data: *mut (), ) -> bool

Implementors§