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