std::str::CharRevIterator

type CharRevIterator<'self> = Invert<CharIterator<'self>>;

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