pub trait ToGraphemeBytesIter<'a> {
// Required method
fn grapheme_bytes_iter(&'a self) -> GraphemeBytesIter<'a> ⓘ;
}
Expand description
ToGraphemeBytesIter - create an iterator to return bytes for each grapheme in a string.
pub trait ToGraphemeBytesIter<'a> {
// Required method
fn grapheme_bytes_iter(&'a self) -> GraphemeBytesIter<'a> ⓘ;
}
ToGraphemeBytesIter - create an iterator to return bytes for each grapheme in a string.