browser-window 0.12.3

A simple, optionally async, optionally threadsafe, electron-like browser toolkit for Rust.
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

pub struct CookieImpl {}
pub struct CookieIteratorImpl {}
pub struct CookieJarImpl {}

impl CookieExt for CookieImpl {}
impl CookieIteratorExt for CookieIteratorImpl {}
impl CookieJarExt for CookieJarImpl {}