Searched defs:Utf8Chunks (Results 1 – 6 of 6) sorted by relevance
177 pub struct Utf8Chunks<'a> { struct181 impl<'a> Utf8Chunks<'a> { implementation190 impl<'a> Iterator for Utf8Chunks<'a> { implementation289 impl FusedIterator for Utf8Chunks<'_> {} implementation292 impl fmt::Debug for Utf8Chunks<'_> { implementation
177 pub struct Utf8Chunks<'a> { struct181 impl<'a> Utf8Chunks<'a> { argument190 impl<'a> Iterator for Utf8Chunks<'a> { implementation289 impl FusedIterator for Utf8Chunks<'_> {} implementation292 impl fmt::Debug for Utf8Chunks<'_> { implementation
230 pub struct Utf8Chunks<'a> { struct237 /// [`Utf8Chunks`](struct.Utf8Chunks.html) argument305 impl<'a> Iterator for Utf8Chunks<'a> { implementation355 impl<'a> ::core::iter::FusedIterator for Utf8Chunks<'a> {} implementation