pub type CookieValue = String;
Represents the value/content of an HTTP cookie.
Stores the actual data associated with a cookie name/key.
pub struct CookieValue { /* private fields */ }