http_type/option_string/
type.rs

1/// A type alias for `Option<String>`.
2pub type OptionString = Option<String>;