[src]

std::str::RevBytes

type RevBytes<'a> = Rev<Bytes<'a>>;

External iterator for a string's bytes in reverse order. Use with the std::iter module.