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