Home
last modified time | relevance | path

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

/external/rust/crates/bstr/src/unicode/
Dword.rs174 pub struct WordsWithBreaks<'a> { struct
178 impl<'a> WordsWithBreaks<'a> { argument
211 impl<'a> Iterator for WordsWithBreaks<'a> { implementation