Struct collections::str::CharsExperimental
[-]
[+]
[src]
pub struct Chars<'a> { // some fields omitted }
Iterator for the char (representing Unicode Scalar Values) of a string
Created with the method .chars()
.