pub type OptionRequestQuerysValue = Option<String>;
OptionRequestQuerysValue
enum OptionRequestQuerysValue { None, Some(String), }
No value.
Some value of type T.
T