Type Alias CookieValue

Source
pub type CookieValue = String;
Expand description

Value type used in the request cookies.

Aliased Typeยง

pub struct CookieValue { /* private fields */ }