pub type OptionCookieValue = Option<CookieValue>;Expand description
Represents an optional cookie value.
Used when a cookie value may or may not be present.
Aliased Type§
pub enum OptionCookieValue {
None,
Some(String),
}pub type OptionCookieValue = Option<CookieValue>;Represents an optional cookie value.
Used when a cookie value may or may not be present.
pub enum OptionCookieValue {
None,
Some(String),
}