rope::RopeBytes [-]  [+] [src]

type RopeBytes<'a> = FlatMap<'a, &'a str, RopeStrings<'a>, Bytes<'a>>;

Iterator over the bytes of a Rope.