Struct std::str::CharRange

pub struct CharRange {
    ch: char,
    next: uint,
}