Struct std::str::CharIndicesExperimental
[-]
[+]
[src]
pub struct CharIndices<'a> {
// some fields omitted
}External iterator for a string's characters and their byte offsets.
Use with the std::iter module.