Home
last modified time | relevance | path

Searched defs:WordIndices (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/bstr/src/unicode/
Dword.rs107 pub struct WordIndices<'a>(WordsWithBreakIndices<'a>); struct
109 impl<'a> WordIndices<'a> { implementation
140 impl<'a> Iterator for WordIndices<'a> { implementation