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 {}