Implement `Iterator` for `OptionalSubtagsIterator`
Dependencies
- [2]
YNEOCYMGCreate `locale-select` crate
Change contents
- edit in locale_select/src/unix.rs at line 81
} - replacement in locale_select/src/unix.rs at line 83
fn next(&mut self) -> Option<OptionalSubtag> {impl<'locale> Iterator for OptionalSubtagsIterator<'locale> {type Item = OptionalSubtag;fn next(&mut self) -> Option<Self::Item> {