Trait CookieIteratorExt

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

Provided Methods§

Source

fn free(&mut self)

Source

fn next( &mut self, _on_next: CookieIteratorNextCallbackFn, _cb_data: *mut (), ) -> bool

Implementors§