Struct runestr::RuneStr [−][src]
pub struct RuneStr(_, _);
Expand description
A primitive rune-based string type.
It is usally seen in its borrowed form, &RuneStr.
Implementations
Returns an iterator over the bytes of a rune string slice.
Returns an iterator over the runes of a rune string slice.