pub type OptionCookieMaxAge = Option<i64>;
Represents an optional cookie maximum age in seconds.
Specifies the lifetime of the cookie in seconds when present.
pub enum OptionCookieMaxAge { None, Some(i64), }
No value.
Some value of type T.
T