http_type/option_str/
type.rs

1pub type OptionStr<'a> = Option<&'a str>;