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