Home
last modified time | relevance | path

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

/external/rust/crates/bstr/src/unicode/
Dword.rs253 pub struct WordsWithBreakIndices<'a> { struct
258 impl<'a> WordsWithBreakIndices<'a> { argument
291 impl<'a> Iterator for WordsWithBreakIndices<'a> { implementation