type UnicodeWordsIter<'a> = Filter<UWordBounds<'a>, fn(&&'a str) -> bool>;
struct UnicodeWordsIter<'a> { /* private fields */ }