pub type OptionCookiesValue = Option<CookieValue>;
Optional value for a cookie.
pub enum OptionCookiesValue { None, Some(String), }
No value.
Some value of type T.
T