Home
last modified time | relevance | path

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

/external/rust/crates/bstr/src/
Dutf8.rs234 pub struct Utf8Chunks<'a> { struct
241 /// [`Utf8Chunks`](struct.Utf8Chunks.html) argument
309 impl<'a> Iterator for Utf8Chunks<'a> { implementation
359 impl<'a> ::core::iter::FusedIterator for Utf8Chunks<'a> {} implementation