Type Definition rocket::http::Cookies
[−]
[src]
type Cookies = CookieJar<'static>;
Type alias to a 'static CookieJar.
A CookieJar should never be used without a 'static lifetime. As a
result, you should always use this alias.