pub type OptionCookieDomain = Option<String>;
Represents an optional cookie domain scope.
Specifies which hosts can receive the cookie when present.
pub enum OptionCookieDomain { None, Some(String), }
No value.
Some value of type T.
T