rope::RopeChars [-]  [+] [src]

type RopeChars<'a> = FlatMap<'a, &'a str, RopeStrings<'a>, Chars<'a>>;

Iterator over the chars of a Rope.