[−][src]Trait encode_unicode::StrExt
Adds .utf8chars() and .utf16chars() iterator constructors to &str.
Required methods
ⓘImportant traits for Utf8Chars<'a>fn utf8chars(&self) -> Utf8Chars
ⓘImportant traits for Utf8Chars<'a>
Equivalent to .chars() but produces Utf8Chars.
ⓘImportant traits for Utf16Chars<'a>fn utf16chars(&self) -> Utf16Chars
ⓘImportant traits for Utf16Chars<'a>
Equivalent to .chars() but produces Utf16Chars.
ⓘImportant traits for Utf8CharIndices<'a>fn utf8char_indices(&self) -> Utf8CharIndices
ⓘImportant traits for Utf8CharIndices<'a>
Equivalent to .char_indices() but produces Utf8Chars.
ⓘImportant traits for Utf16CharIndices<'a>fn utf16char_indices(&self) -> Utf16CharIndices
ⓘImportant traits for Utf16CharIndices<'a>
Equivalent to .char_indices() but produces Utf16Chars.
Implementations on Foreign Types
impl StrExt for str[src]
ⓘImportant traits for Utf8Chars<'a>fn utf8chars(&self) -> Utf8Chars[src]
ⓘImportant traits for Utf8Chars<'a>
ⓘImportant traits for Utf16Chars<'a>fn utf16chars(&self) -> Utf16Chars[src]
ⓘImportant traits for Utf16Chars<'a>
ⓘImportant traits for Utf8CharIndices<'a>fn utf8char_indices(&self) -> Utf8CharIndices[src]
ⓘImportant traits for Utf8CharIndices<'a>
ⓘImportant traits for Utf16CharIndices<'a>fn utf16char_indices(&self) -> Utf16CharIndices[src]
ⓘImportant traits for Utf16CharIndices<'a>
impl StrExt for AsciiStr[src]
ⓘImportant traits for Utf8Chars<'a>fn utf8chars(&self) -> Utf8Chars[src]
ⓘImportant traits for Utf8Chars<'a>
ⓘImportant traits for Utf16Chars<'a>fn utf16chars(&self) -> Utf16Chars[src]
ⓘImportant traits for Utf16Chars<'a>
ⓘImportant traits for Utf8CharIndices<'a>fn utf8char_indices(&self) -> Utf8CharIndices[src]
ⓘImportant traits for Utf8CharIndices<'a>
ⓘImportant traits for Utf16CharIndices<'a>fn utf16char_indices(&self) -> Utf16CharIndices[src]
ⓘImportant traits for Utf16CharIndices<'a>