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