How to specify that an item should be iterable, with the contents being a specific type? In the case I'm looking at, all the following should pass: - `list` of `str`s - `tuple` of `str`s - `odict_values` of `str`s etc.