Trait array_tool::string::ToGraphemeBytesIter
[−]
[src]
pub trait ToGraphemeBytesIter<'a> { fn grapheme_bytes_iter(&'a self) -> GraphemeBytesIter<'a>; }
ToGraphemeBytesIter - create an iterator to return bytes for each grapheme in a string.
Required Methods
ⓘImportant traits for GraphemeBytesIter<'a>
fn grapheme_bytes_iter(&'a self) -> GraphemeBytesIter<'a>
Implementations on Foreign Types
impl<'a> ToGraphemeBytesIter<'a> for str
[src]
ⓘImportant traits for GraphemeBytesIter<'a>fn grapheme_bytes_iter(&'a self) -> GraphemeBytesIter<'a>
[src]
ⓘImportant traits for GraphemeBytesIter<'a>