std::str::ByteRevIterator

type ByteRevIterator<'self> = Invert<ByteIterator<'self>>;

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