pub type OptionCookiePath = Option<String>;
Represents an optional cookie path scope.
Specifies URL path that must exist in the requested URL when present.
pub enum OptionCookiePath { None, Some(String), }
No value.
Some value of type T.
T